We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876c7f1 commit 6104b29Copy full SHA for 6104b29
src/modules/selection/SelectionProvider.spec.jsx
@@ -17,8 +17,8 @@ import {
17
useSelectionContext
18
} from '@/modules/selection/SelectionProvider'
19
20
-jest.mock('modules/upload/NewHighlightProvider', () => ({
21
- ...jest.requireActual('modules/upload/NewHighlightProvider'),
+jest.mock('modules/upload/NewItemHighlightProvider', () => ({
+ ...jest.requireActual('modules/upload/NewItemHighlightProvider'),
22
useNewItemHighlightContext: () => ({
23
addItems: jest.fn()
24
})
0 commit comments