mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Fix jest test mock (#1375)
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = async function () {
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('@/stores/workspaceStateStore', () => {
|
||||
jest.mock('@/stores/workspaceStore', () => {
|
||||
return {
|
||||
useWorkspaceStore: () => ({
|
||||
shiftDown: false,
|
||||
|
||||
Reference in New Issue
Block a user