huskies: merge 1120 story Silence intentional-error stderr in frontend tests so failures stand out

This commit is contained in:
dave
2026-05-17 19:12:58 +00:00
parent 08780475d0
commit e2ea1af4c8
4 changed files with 19 additions and 0 deletions
+2
View File
@@ -266,6 +266,8 @@ describe("subscribeAgentStream", () => {
});
it("handles malformed JSON without throwing", () => {
vi.spyOn(console, "error").mockImplementation(() => {});
subscribeAgentStream("42_story_test", "coder", vi.fn());
expect(() => {