We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc8a98 commit cd668a8Copy full SHA for cd668a8
lib/sessionManager/stores/localStorage.test.ts
@@ -34,7 +34,6 @@ describe("LocalStorage standard keys", () => {
34
});
35
36
it("should set and get an item in session storage", async () => {
37
- console.log("here");
38
await sessionManager.setSessionItem(StorageKeys.accessToken, "testValue");
39
expect(await sessionManager.getSessionItem(StorageKeys.accessToken)).toBe(
40
"testValue",
0 commit comments