Files
doneit-web/src/app/pipes/participants.pipe.spec.ts
T
Peter Maquiran 745b634123 Fix create event
2021-09-03 12:19:21 +01:00

9 lines
211 B
TypeScript

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