Skip to content

Commit

Permalink
Fix maps test imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Sep 17, 2020
1 parent ac01b40 commit 3025bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
RENDER_AS,
SOURCE_TYPES,
} from '../../../../common/constants';
import { SearchSource } from '../../../../../../../src/plugins/data/public/search/search_source';
import { SearchSource } from 'src/plugins/data/public';

export class MockSearchSource {
setField = jest.fn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jest.mock('../../../kibana_services');
jest.mock('./load_index_settings');

import { getIndexPatternService, getSearchService, getHttp } from '../../../kibana_services';
import { SearchSource } from '../../../../../../../src/plugins/data/public/search/search_source';
import { SearchSource } from 'src/plugins/data/public';

// @ts-expect-error
import { loadIndexSettings } from './load_index_settings';
Expand Down

0 comments on commit 3025bcc

Please sign in to comment.