mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -539,7 +539,10 @@ test.describe('Workflow Persistence Regressions', () => {
|
||||
if (!activeWf?.changeTracker) return null
|
||||
// checkState should work normally (isLoadingGraph should be false)
|
||||
const undoBefore = activeWf.changeTracker.undoQueue.length
|
||||
return { undoBefore, isLoading: activeWf.changeTracker.isLoadingGraph ?? false }
|
||||
return {
|
||||
undoBefore,
|
||||
isLoading: activeWf.changeTracker.isLoadingGraph ?? false
|
||||
}
|
||||
})
|
||||
expect(isLoadingNormally).toBeTruthy()
|
||||
// During normal operation, isLoadingGraph should be false
|
||||
|
||||
Reference in New Issue
Block a user