mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
import { ExpedienteTaskPipe } from './expediente-task.pipe';
|
|
|
|
describe('ExpedienteTaskPipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new ExpedienteTaskPipe();
|
|
expect(pipe).toBeTruthy();
|
|
});
|
|
});
|