(muxHome: string)
| 13 | } from "./mcpOauthService"; |
| 14 | |
| 15 | function getStoreFilePath(muxHome: string): string { |
| 16 | return path.join(muxHome, "mcp-oauth.json"); |
| 17 | } |
| 18 | |
| 19 | describe("McpOauthService store", () => { |
| 20 | let muxHome: string; |
no outgoing calls
no test coverage detected