Skip to content

Commit

Permalink
Cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 10, 2020
1 parent 9918bea commit debd090
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/plugins/vis_type_metric/public/metric_vis_fn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
*/

import { createMetricVisFn } from './metric_vis_fn';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { functionWrapper } from '../../expressions/common/expression_functions/specs/tests/utils';

// jest.mock('ui/new_platform');

describe('interpreter/functions#metric', () => {
const fn = functionWrapper(createMetricVisFn());
const context = {
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/vis_type_metric/public/metric_vis_type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import { createMetricVisTypeDefinition } from './metric_vis_type';
import { MetricVisComponent } from './components/metric_vis_component';

// jest.mock('ui/new_platform');

describe('metric_vis - createMetricVisTypeDefinition', () => {
it('has metric vis component set', () => {
const def = createMetricVisTypeDefinition();
Expand Down

0 comments on commit debd090

Please sign in to comment.