Skip to content

Commit

Permalink
fix(annotation): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lessmost committed Jun 2, 2020
1 parent 4b34b6a commit 50bab87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/bugs/sub-view-region-filter-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ describe('#0000', () => {
// Step 4: 渲染图表
chart.render();

// @ts-ignore
window.__chart__ = chart;

it('test', () => {
expect(chart).toBeDefined();
const regionFilter = view.getComponents().filter((co) => co.type === COMPONENT_TYPE.ANNOTATION)[0].component;
Expand Down

0 comments on commit 50bab87

Please sign in to comment.