Skip to content

Commit b431933

Browse files
committed
sync
1 parent cc86052 commit b431933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/router.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ describe("router", () => {
230230
};
231231
const req = getRequest({ base, request: fakeReq });
232232
expect(new URL(req.url).href).toBe("http://localhost:3000/auth/callback");
233+
});
233234
it("should preserve basePath when missing in proxied request", async () => {
234235
const endpoint = createEndpoint(
235236
"/api/auth/get-session",

0 commit comments

Comments
 (0)