| 1 | import { afterEach, beforeEach, describe, expect, it } from "vitest"; |
| 2 | import { homedir } from "node:os"; |
| 3 | import { join } from "node:path"; |
| 4 | import { CREDENTIAL_FILENAME, configDir, credentialPath } from "./paths.js"; |
nothing calls this directly
no test coverage detected