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 3c601ab commit f6c9342Copy full SHA for f6c9342
client/src/lib/hooks/__tests__/useConnection.test.tsx
@@ -82,6 +82,8 @@ jest.mock("../../auth", () => ({
82
InspectorOAuthClientProvider: jest.fn().mockImplementation(() => ({
83
tokens: jest.fn().mockResolvedValue({ access_token: "mock-token" }),
84
})),
85
+ clearClientInformationFromSessionStorage: jest.fn(),
86
+ saveClientInformationToSessionStorage: jest.fn(),
87
}));
88
89
describe("useConnection", () => {
0 commit comments