Skip to content

Commit

Permalink
fix merge import error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 27, 2019
1 parent 67d3172 commit 9f9a6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jest.mock('@elastic/eui', () => ({
jest.mock('../../../visualize/loader/pipeline_helpers/utilities', () => ({
getTableAggs: jest.fn(),
}));
jest.mock('../../vis_filters', () => ({
jest.mock('../../../../../core_plugins/visualizations/public', () => ({
createFiltersFromEvent: jest.fn().mockReturnValue(['yes']),
}));

Expand Down

0 comments on commit 9f9a6e9

Please sign in to comment.