Skip to content

Commit 35f75fa

Browse files
committed
fix test
1 parent 2197113 commit 35f75fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/sim/lib/copilot/client-sse/run-tool-execution.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ vi.mock('@/stores/workflows/registry/store', () => ({
3535
},
3636
}))
3737

38+
vi.mock('@/stores/terminal', () => ({
39+
consolePersistence: {
40+
executionStarted: vi.fn(),
41+
executionEnded: vi.fn(),
42+
persist: vi.fn(),
43+
},
44+
}))
45+
3846
import {
3947
cancelRunToolExecution,
4048
executeRunToolOnClient,

0 commit comments

Comments
 (0)