| 1 | import { readFileSync, rmSync, writeFileSync } from 'node:fs' |
| 2 | import { fileURLToPath } from 'node:url' |
| 3 | import { runInlineTests, runVitestCli } from '#test-utils' |
| 4 | import { dirname, resolve } from 'pathe' |
nothing calls this directly
no test coverage detected