add type doc

This commit is contained in:
Peter Maquiran
2024-08-09 11:12:31 +01:00
parent 6cbd8d903c
commit 28bc141d38
24 changed files with 1645 additions and 148 deletions
-7
View File
@@ -1,7 +0,0 @@
import { SearchDocument } from './search-document';
describe('SearchDocument', () => {
it('should create an instance', () => {
expect(new SearchDocument()).toBeTruthy();
});
});