This commit is contained in:
Stephen Zhou 2026-02-11 14:41:19 +08:00
parent 9e4ffe5467
commit 97af41b2f5
No known key found for this signature in database
1 changed files with 2 additions and 0 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