mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
import { CustomTaskPipe } from './custom-task.pipe';
|
|
|
|
describe('CustomTaskPipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new CustomTaskPipe();
|
|
expect(pipe).toBeTruthy();
|
|
});
|
|
});
|