MCPcopy
hub / github.com/vitest-dev/vitest / runner.test.ts

File runner.test.ts

test/browser/specs/runner.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { JsonTestResults, Vitest } from 'vitest/node'
2import { readdirSync } from 'node:fs'
3import { readFile } from 'node:fs/promises'
4import { beforeAll, describe, expect, onTestFailed, test } from 'vitest'

Callers

nothing calls this directly

Calls 14

runBrowserTestsFunction · 0.90
buildTestTreeFunction · 0.90
beforeAllFunction · 0.85
readFileFunction · 0.85
getPassedFunction · 0.85
getFailedFunction · 0.85
getTestModulesMethod · 0.80
assertMethod · 0.80
cancelCurrentRunMethod · 0.80
errorMethod · 0.80
toReportPassedTestMethod · 0.80
filterMethod · 0.65

Tested by

no test coverage detected