| 1 | import "../setup-home"; |
| 2 | import { describe, it, expect, beforeEach } from "vitest"; |
| 3 | import { execFileSync } from "node:child_process"; |
| 4 | import { existsSync, mkdirSync, mkdtempSync, readFileSync, readdirSync, rmSync, writeFileSync } from "node:fs"; |
nothing calls this directly
no test coverage detected