| 1 | import { existsSync } from 'node:fs' |
| 2 | import { beforeEach, expect } from 'vitest' |
| 3 | import { sum } from '../fixtures/src/math' |
| 4 | import { captureStdout, coverageTest, normalizeURL, runVitest, test } from '../utils' |
nothing calls this directly
no test coverage detected