refactor(aio): remove unused mock method
This commit is contained in:
parent
38c524d655
commit
7a759df49e
|
@ -6,5 +6,4 @@ export class MockSearchService {
|
|||
initWorker = jasmine.createSpy('initWorker');
|
||||
loadIndex = jasmine.createSpy('loadIndex');
|
||||
search = jasmine.createSpy('search');
|
||||
hideResults = jasmine.createSpy('hideResults');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue