mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Add models for search
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { EventSearch } from './event-search';
|
||||
|
||||
describe('EventSearch', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new EventSearch()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user