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

10 lines
188 B
TypeScript
Raw Normal View History

2020-07-22 10:45:34 +02:00
import { ExistsPipe } from './exists.pipe';
2020-08-16 20:01:56 +02:00
2020-07-22 10:45:34 +02:00
describe('ExistsPipe', () => {
it('create an instance', () => {
const pipe = new ExistsPipe();
expect(pipe).toBeTruthy();
});
});