Skip to content

Commit a7a1ead

Browse files
committed
style: prettier
1 parent 1483a2c commit a7a1ead

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/eventRouter.test.ts

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

7171
const responses = await eventRouter(event, "accessToken", ctx);
7272

73-
expect(responses).toEqual([
74-
{ type: "text", text: "Hello from Cloudflare Workers!" },
75-
]);
73+
expect(responses).toEqual([{ type: "text", text: "Hello from Cloudflare Workers!" }]);
7674
});
7775

7876
it("handles /version message", async () => {

0 commit comments

Comments
 (0)