Skip to content

Commit

Permalink
Fix jest test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Oct 30, 2024
1 parent 97c3858 commit 87ba51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ui/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = async function () {
}
})

jest.mock('@/stores/workspaceStateStore', () => {
jest.mock('@/stores/workspaceStore', () => {
return {
useWorkspaceStore: () => ({
shiftDown: false,
Expand Down

0 comments on commit 87ba51b

Please sign in to comment.