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.
mohemmhmg/Mohem/src/app/hmg-common/pipes/date/if-date.pipe.spec.ts

9 lines
188 B
TypeScript

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