()
| 71 | * Throws if the proxy has not been started. |
| 72 | */ |
| 73 | export function getTestProxyUrl(): string { |
| 74 | if (!proxyHandle) throw new Error("Test proxy not started — call startTestProxy() first"); |
| 75 | return proxyHandle.baseUrl; |
| 76 | } |
no outgoing calls
no test coverage detected