Skip to content

Commit 3b247ea

Browse files
author
Stanislav Deviatykh
committed
mock clearScopeFromSessionStorage
1 parent eb76696 commit 3b247ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/lib/hooks/__tests__/useConnection.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jest.mock("../../auth", () => ({
113113
clearClientInformationFromSessionStorage: jest.fn(),
114114
saveClientInformationToSessionStorage: jest.fn(),
115115
saveScopeToSessionStorage: jest.fn(),
116+
clearScopeFromSessionStorage: jest.fn(),
116117
discoverScopes: jest.fn(),
117118
}));
118119

0 commit comments

Comments
 (0)