Skip to content

Commit 27a0e22

Browse files
committed
fix tests
1 parent 6328abd commit 27a0e22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ vi.mock('@/stores/terminal', () => ({
4141
executionEnded: vi.fn(),
4242
persist: vi.fn(),
4343
},
44+
saveExecutionPointer: vi.fn(),
45+
clearExecutionPointer: vi.fn(),
4446
}))
4547

4648
import {

0 commit comments

Comments
 (0)