Skip to content

Commit 43bd42d

Browse files
committed
lint
1 parent 570b2dc commit 43bd42d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tests-e2e/tests/appRouter/methods.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ test.describe("all supported methods should work in route handlers", () => {
8080
});
8181
expect(optionsRes.status()).toEqual(204);
8282
const headers = optionsRes.headers();
83-
expect(headers.allow).toBe("GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, LOVE");
83+
expect(headers.allow).toBe(
84+
"GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, LOVE",
85+
);
8486
expect(headers.special).toBe("OpenNext is the best :) :] :> :D");
8587
});
8688
});

0 commit comments

Comments
 (0)