| 1 | import libCoverage from 'istanbul-lib-coverage' |
| 2 | import { expect } from 'vitest' |
| 3 | import * as transpiled from '../fixtures/src/pre-bundle/bundle.js' |
| 4 | import { coverageTest, formatSummary, normalizeURL, readCoverageJson, runVitest, test } from '../utils' |
nothing calls this directly
no test coverage detected