MCPcopy
hub / github.com/vitest-dev/vitest / empty-coverage-directory.test.ts

File empty-coverage-directory.test.ts

test/coverage-test/test/empty-coverage-directory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { existsSync } from 'node:fs'
2import { beforeEach, expect } from 'vitest'
3import { sum } from '../fixtures/src/math'
4import { captureStdout, coverageTest, normalizeURL, runVitest, test } from '../utils'

Callers

nothing calls this directly

Calls 6

captureStdoutFunction · 0.90
runVitestFunction · 0.90
normalizeURLFunction · 0.90
sumFunction · 0.90
beforeEachFunction · 0.85
testFunction · 0.50

Tested by

no test coverage detected