Files
doneit-web/src/app/pipes/custom-task.pipe.spec.ts
T

9 lines
204 B
TypeScript
Raw Normal View History

2021-08-18 12:05:27 +01:00
import { CustomTaskPipe } from './custom-task.pipe';
describe('CustomTaskPipe', () => {
it('create an instance', () => {
const pipe = new CustomTaskPipe();
expect(pipe).toBeTruthy();
});
});