cic-staff-client/src/app/shared/_pipes/safe.pipe.spec.ts

9 lines
179 B
TypeScript

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