| 1 | // fallow-ignore-file code-duplication |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 3 | import { parseToolVersion, runEnvironmentChecks } from "./preflight.js"; |
| 4 | import * as manager from "./manager.js"; |
nothing calls this directly
no test coverage detected