Skip to content

Commit 631927f

Browse files
committed
format
1 parent f9a4eac commit 631927f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/acp.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,9 +1053,7 @@ describe("Connection", () => {
10531053

10541054
errorController.error(new Error("process exited with code 1"));
10551055

1056-
await expect(requestPromise).rejects.toThrow(
1057-
"process exited with code 1",
1058-
);
1056+
await expect(requestPromise).rejects.toThrow("process exited with code 1");
10591057
});
10601058

10611059
it("rejects pending requests when the stream errors", async () => {

0 commit comments

Comments
 (0)