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