mtas-tv-frontend/src/app/display/shared/blocked-days.pipe.spec.ts

9 lines
208 B
TypeScript
Raw Normal View History

2018-04-21 15:23:43 +02:00
import { BlockedDaysPipe } from './blocked-days.pipe';
describe('BlockedDaysPipe', () => {
it('create an instance', () => {
const pipe = new BlockedDaysPipe();
expect(pipe).toBeTruthy();
});
});