mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
import { EventSearch } from './event-search';
|
|
|
|
describe('EventSearch', () => {
|
|
it('should create an instance', () => {
|
|
expect(new EventSearch()).toBeTruthy();
|
|
});
|
|
});
|