definma-ui/src/app/exists.pipe.spec.ts

10 lines
182 B
TypeScript

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