Skip to content

Commit 998472c

Browse files
committed
fix: add captureExitStatus to z-workflows tmux mock
1 parent f2b88cd commit 998472c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/z-workflows.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ mock.module('../../src/lib/tmux', () => ({
106106
sessionExists: vi.fn(async () => true),
107107
windowExists: vi.fn(async () => true),
108108
getPanePid: vi.fn(async () => 12345),
109+
captureExitStatus: vi.fn(async () => undefined),
109110
}));
110111

111112
mock.module('../../src/lib/config', () => ({

0 commit comments

Comments
 (0)