You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_srca/Mohem/src/app/hmg-common/pipes/empty-field/empty-field.pipe.spec.ts

9 lines
204 B
TypeScript

import { EmptyFieldPipe } from './empty-field.pipe';
describe('EmptyFieldPipe', () => {
it('create an instance', () => {
const pipe = new EmptyFieldPipe();
expect(pipe).toBeTruthy();
});
});