mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Fix changeTracker modified state (#1481)
* Add jsondiffpatch * Add logs * Add graphDiff helper * Fix changeTracker * Add loglevel * Add playwright test * Fix jest test * nit * nit * Fix test url * nit
This commit is contained in:
@@ -19,4 +19,10 @@ module.exports = async function () {
|
||||
useI18n: jest.fn()
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('jsondiffpatch', () => {
|
||||
return {
|
||||
diff: jest.fn()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -74,4 +74,10 @@ module.exports = async function () {
|
||||
useI18n: jest.fn()
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('jsondiffpatch', () => {
|
||||
return {
|
||||
diff: jest.fn()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user