Skip to content

Commit

Permalink
Clean up jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Apr 29, 2020
1 parent 58b8b52 commit b062fdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/region_map/public/region_map_fn.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import { functionWrapper } from '../../expressions/common/expression_functions/specs/tests/utils';
import { createRegionMapFn } from './region_map_fn';

jest.mock('ui/new_platform');

describe('interpreter/functions#regionmap', () => {
const fn = functionWrapper(createRegionMapFn());
const context = {
Expand Down

0 comments on commit b062fdc

Please sign in to comment.