Skip to content

Commit

Permalink
I really need to fix this typecheck oom error
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jun 3, 2020
1 parent d2a2f42 commit b387dd6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import { of, throwError } from 'rxjs';
import supertest from 'supertest';
import { UnwrapPromise } from '@kbn/utility-types';
import { setupServer } from '../../../../../../src/core/server/test_utils';
import { GlobalSearchResult } from '../../../common/types';
import { GlobalSearchResult, GlobalSearchBatchedResults } from '../../../common/types';
import { GlobalSearchFindError } from '../../../common/errors';
import { GlobalSearchBatchedResults } from '../../types';
import { globalSearchPluginMock } from '../../mocks';
import { registerInternalFindRoute } from '../find';

Expand Down

0 comments on commit b387dd6

Please sign in to comment.