huskies: merge 1120 story Silence intentional-error stderr in frontend tests so failures stand out
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user