show combined output of bash tool progressively

This commit is contained in:
Dax Raad
2025-08-11 01:23:00 -04:00
parent 457386ad08
commit 061ba65d20
4 changed files with 44 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ describe("tool.bash", () => {
ctx,
)
expect(result.metadata.exit).toBe(0)
expect(result.metadata.stdout).toContain("test")
expect(result.metadata.output).toContain("test")
})
})