| 1 | import { expect } from 'vitest' |
| 2 | import { runDynamicFileCJS, runDynamicFileESM } from '../fixtures/src/dynamic-files' |
| 3 | import { coverageTest, normalizeURL, readCoverageMap, runVitest, test } from '../utils' |
| 4 |
nothing calls this directly
no test coverage detected