Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Feb 21, 2020
1 parent acca91e commit e6bb10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ initHttp(axios.create({ adapter: axiosXhrAdapter }), path => path);
initUiMetric(() => () => {});

jest.mock('ui/new_platform');
jest.mock('../../index_management/public', async () => {
jest.mock('../../../../plugins/index_management/public', async () => {
const { indexManagementMock } = await import(
'../../../../plugins/index_management/public/mocks.ts'
);
Expand Down

0 comments on commit e6bb10a

Please sign in to comment.