refactor(aio): remove unused mock method

This commit is contained in:
Peter Bacon Darwin 2017-05-12 14:48:38 +01:00 committed by Pete Bacon Darwin
parent 38c524d655
commit 7a759df49e
1 changed files with 0 additions and 1 deletions

View File

@ -6,5 +6,4 @@ export class MockSearchService {
initWorker = jasmine.createSpy('initWorker');
loadIndex = jasmine.createSpy('loadIndex');
search = jasmine.createSpy('search');
hideResults = jasmine.createSpy('hideResults');
}