We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b88cd commit 998472cCopy full SHA for 998472c
1 file changed
tests/integration/z-workflows.test.ts
@@ -106,6 +106,7 @@ mock.module('../../src/lib/tmux', () => ({
106
sessionExists: vi.fn(async () => true),
107
windowExists: vi.fn(async () => true),
108
getPanePid: vi.fn(async () => 12345),
109
+ captureExitStatus: vi.fn(async () => undefined),
110
}));
111
112
mock.module('../../src/lib/config', () => ({
0 commit comments