| 1 | import { afterEach, beforeEach, describe, expect, it } from "vitest"; |
| 2 | import { AuthClient, apiBaseUrl, buildAuthHeaders } from "./client.js"; |
| 3 | import { isAuthError } from "./errors.js"; |
| 4 | import type { ResolvedCredential } from "./resolver.js"; |
nothing calls this directly
no test coverage detected