Files
doneit-web/src/app/models/event-search.spec.ts
T
2021-01-08 11:02:19 +01:00

8 lines
175 B
TypeScript

import { EventSearch } from './event-search';
describe('EventSearch', () => {
it('should create an instance', () => {
expect(new EventSearch()).toBeTruthy();
});
});