Fix jest test mock (#1375)

This commit is contained in:
Chenlei Hu
2024-10-30 10:37:54 -04:00
committed by GitHub
parent 97c38583e9
commit 74f7311585

View File

@@ -45,7 +45,7 @@ module.exports = async function () {
}
})
jest.mock('@/stores/workspaceStateStore', () => {
jest.mock('@/stores/workspaceStore', () => {
return {
useWorkspaceStore: () => ({
shiftDown: false,