Compare commits

...

2 Commits

Author SHA1 Message Date
Stephen Zhou
97af41b2f5 fix test 2026-02-11 14:41:19 +08:00
Stephen Zhou
9e4ffe5467 chore: fix lint 2026-02-11 14:37:23 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -92,8 +92,10 @@ vi.mock('@/service/workflow', () => ({
}))
const mockInvalidAllLastRun = vi.fn()
const mockInvalidateWorkflowRunHistory = vi.fn()
vi.mock('@/service/use-workflow', () => ({
useInvalidAllLastRun: () => mockInvalidAllLastRun,
useInvalidateWorkflowRunHistory: () => mockInvalidateWorkflowRunHistory,
}))
// Mock FlowType

View File

@@ -2299,7 +2299,7 @@
},
"app/components/base/markdown-blocks/code-block.tsx": {
"react-hooks-extra/no-direct-set-state-in-use-effect": {
"count": 10
"count": 7
},
"tailwindcss/enforce-consistent-class-order": {
"count": 1