[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-27 04:19:06 +00:00
parent 4e86485598
commit f5865d7f9b

View File

@@ -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