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