Skip to content

Commit

Permalink
WithLegend import from superset-ui/core
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jan 7, 2022
1 parent f299106 commit 50a694d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
import React from 'react';
import { mount, shallow } from 'enzyme';
import { triggerResizeObserver } from 'resize-observer-polyfill';
import { promiseTimeout } from '@superset-ui/core';
import { WithLegend } from '../../../src/chart-composition';
import { promiseTimeout, WithLegend } from '@superset-ui/core';

let renderChart = jest.fn();
let renderLegend = jest.fn();
Expand Down

0 comments on commit 50a694d

Please sign in to comment.