We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4eac commit 631927fCopy full SHA for 631927f
1 file changed
src/acp.test.ts
@@ -1053,9 +1053,7 @@ describe("Connection", () => {
1053
1054
errorController.error(new Error("process exited with code 1"));
1055
1056
- await expect(requestPromise).rejects.toThrow(
1057
- "process exited with code 1",
1058
- );
+ await expect(requestPromise).rejects.toThrow("process exited with code 1");
1059
});
1060
1061
it("rejects pending requests when the stream errors", async () => {
0 commit comments