We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9aabb3 + d1ffecd commit f9fce50Copy full SHA for f9fce50
src/hooks/sisyphus-orchestrator/index.test.ts
@@ -175,8 +175,8 @@ describe("sisyphus-orchestrator hook", () => {
175
output
176
)
177
178
- // #then - output should be transformed (original output replaced)
179
- expect(output.output).not.toContain("Task completed successfully")
+ // #then - output should be transformed (original output preserved for debugging)
+ expect(output.output).toContain("Task completed successfully")
180
expect(output.output).toContain("SUBAGENT WORK COMPLETED")
181
expect(output.output).toContain("test-plan")
182
expect(output.output).toContain("SUBAGENTS LIE")
0 commit comments