| 1 | import { readFileSync, writeFileSync } from 'node:fs' |
| 2 | import { resolve } from 'node:path' |
| 3 | import { expect, onTestFinished } from 'vitest' |
| 4 | import { readCoverageMap, runVitest, test } from '../utils' |
nothing calls this directly
no test coverage detected