Skip to content

Commit ed386c0

Browse files
committed
fix: lint
1 parent 89c127e commit ed386c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

__tests__/bugs/issue-charts-367-spec.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ describe('charts #367', () => {
2525

2626
gauge.render();
2727

28-
// @ts-ignore
29-
window.gauge = gauge;
30-
3128
expect(gauge.chart.views[0].getXScale().tickCount).toBe(5);
3229
expect(gauge.chart.views[0].getXScale().tickInterval).toBe(0.2);
3330
expect(
@@ -51,12 +48,12 @@ describe('charts #367', () => {
5148
},
5249
});
5350

54-
// @ts-ignore
5551
expect(
5652
gauge.chart.views[0]
5753
.getController('axis')
5854
.getComponents()[0]
5955
.component.getContainer()
56+
// @ts-ignore
6057
.getChildByIndex(0)
6158
.getChildByIndex(0)
6259
.getChildren()

0 commit comments

Comments
 (0)