Skip to content

Commit

Permalink
fix JEST
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Feb 18, 2020
1 parent 05d955b commit fc0eb9d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
import { TabifyBuckets } from './buckets';
import { AggGroupNames } from '../aggs';

jest.mock('ui/new_platform');

describe('Buckets wrapper', () => {
const check = (aggResp: any, count: number, keys: string[]) => {
test('reads the length', () => {
Expand Down

0 comments on commit fc0eb9d

Please sign in to comment.