definma-ui/src/app/exists.pipe.spec.ts
2020-08-16 20:01:56 +02:00

11 lines
196 B
TypeScript

import { ExistsPipe } from './exists.pipe';
// TODO
describe('ExistsPipe', () => {
it('create an instance', () => {
const pipe = new ExistsPipe();
expect(pipe).toBeTruthy();
});
});