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();
|
|
|
|
});
|
|
|
|
});
|