Skip to content

Commit

Permalink
test(core, releases): fixing failing mock for BundlesMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Aug 14, 2024
1 parent 951c9b9 commit 72ddb1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jest.mock('../../../../user-color', () => ({
useUserColor: jest.fn().mockReturnValue('red'),
}))

jest.mock('../../../../bundles/components/BundleMenu', () => ({
BundleMenu: () => <div>BundleMenu</div>,
jest.mock('../../../../bundles/components/BundlesMenu', () => ({
BundlesMenu: () => <div>BundlesMenu</div>,
}))

const timeNow = new Date()
Expand Down

0 comments on commit 72ddb1c

Please sign in to comment.