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 10cd3e2 commit 50a4895Copy full SHA for 50a4895
client/src/components/__tests__/AuthDebugger.test.tsx
@@ -33,14 +33,6 @@ const mockOAuthClientInfo = {
33
redirect_uris: ["http://localhost:3000/oauth/callback/debug"],
34
};
35
36
-// Mock the toast hook
37
-const mockToast = jest.fn();
38
-jest.mock("@/hooks/use-toast", () => ({
39
- useToast: () => ({
40
- toast: mockToast,
41
- }),
42
-}));
43
-
44
// Mock MCP SDK functions - must be before imports
45
jest.mock("@modelcontextprotocol/sdk/client/auth.js", () => ({
46
auth: jest.fn(),
0 commit comments