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 74384e2 commit 783cbc6Copy full SHA for 783cbc6
src/services/mcp/__tests__/McpHub.test.ts
@@ -626,7 +626,7 @@ describe("McpHub", () => {
626
627
const spy = jest.spyOn(mcpHub as any, "initializeMcpServers").mockResolvedValue(undefined)
628
629
- await mcpHub.toggleAllServersDisabled(false) // actiate global
+ await mcpHub.toggleAllServersDisabled(false) // activate global
630
631
expect(spy).toHaveBeenCalledWith("global")
632
spy.mockRestore()
0 commit comments