| 1 | import { expect } from 'vitest' |
| 2 | import { isBrowser, isNativeRunner, isV8Provider, readCoverageMap, runVitest, test } from '../utils' |
| 3 | |
| 4 | test('vi.importActual() collects coverage of original module', async () => { |
nothing calls this directly
no test coverage detected