Skip to content

Commit

Permalink
misspell useResizeDetectorByObserver on jest.mock
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored Apr 25, 2023
1 parent 76e8d21 commit d661445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const KEY = 'aWrs7w29sd';
const SEARCH = `?form_data_key=${KEY}&dataset_id=1`;

jest.mock(
'src/explore/components/ExploreChartPanel/useResizeDectorByObserver',
'src/explore/components/ExploreChartPanel/useResizeDetectorByObserver',
() => ({
__esModule: true,
default: () => ({ height: 100, width: 100 }),
Expand Down

0 comments on commit d661445

Please sign in to comment.