We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd844a commit 67e7cafCopy full SHA for 67e7caf
1 file changed
tests/lib/orchestrator.test.ts
@@ -575,6 +575,7 @@ describe('orchestrator', () => {
575
planId: 'plan-1',
576
},
577
];
578
+ spyOn(tmuxMod, 'isTmuxHealthy').mockResolvedValue(true);
579
spyOn(tmuxMod, 'isPaneRunning').mockResolvedValue(false);
580
581
const orchestrator = new Orchestrator(monitor as any, {
0 commit comments