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

10 lines
182 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', () => {
2021-01-25 12:34:23 +01:00
it('create an instance', () => {
const pipe = new ExistsPipe();
expect(pipe).toBeTruthy();
});
2020-07-22 10:45:34 +02:00
});