We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5332be9 commit 2fae831Copy full SHA for 2fae831
packages/react-router-node/__tests__/sessions-test.ts
@@ -73,7 +73,7 @@ describe("File session storage", () => {
73
session = await getSession(cookie);
74
session.set("user", "mjackson");
75
expect(session.get("user")).toBe("mjackson");
76
- debugger;
+
77
setCookie = await commitSession(session);
78
session = await getSession(getCookieFromSetCookie(setCookie));
79
expect(session.get("user")).toBeUndefined();
0 commit comments