MCPcopy
hub / github.com/vitest-dev/vitest / results

Function results

test/test-utils/index.ts:243–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 stdout: cli.stdout,
242 stderr: cli.stderr,
243 get results() {
244 return ctx?.state.getTestModules() || []
245 },
246 errorTree(options?: { project?: boolean; stackTrace?: boolean; diff?: boolean }) {
247 const modules = ctx?.state.getTestModules() || []
248 const tree = options?.project

Callers

nothing calls this directly

Calls 1

getTestModulesMethod · 0.80

Tested by

no test coverage detected