import { BlockedDaysPipe } from './blocked-days.pipe'; describe('BlockedDaysPipe', () => { it('create an instance', () => { const pipe = new BlockedDaysPipe(); expect(pipe).toBeTruthy(); }); });