Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsck committed Nov 27, 2024
1 parent 230eb8b commit c3be7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@leafygreen-ui/icon": "^12.8.0",
"@leafygreen-ui/icon-button": "^15.0.23",
"@leafygreen-ui/lib": "13.8.0",
"@leafygreen-ui/palette": "^4.1.1",
"@leafygreen-ui/tokens": "^2.11.0",
"@leafygreen-ui/typography": "^19.3.0",
"@lg-tools/storybook-utils": "^0.1.1",
Expand Down
1 change: 1 addition & 0 deletions charts/core/src/Chart/hooks/useChart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jest.mock('echarts/core', () => ({
setOption: jest.fn(),
dispose: jest.fn(),
resize: jest.fn(),
on: jest.fn(),
})),
use: jest.fn(),
}));
Expand Down

0 comments on commit c3be7e7

Please sign in to comment.