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

Function testTree

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

Source from the content-addressed store, hash-verified

255 return tree
256 },
257 testTree() {
258 return buildTestTree(ctx?.state.getTestModules() || [])
259 },
260 buildTree(onResult: (testResult: TestCase) => any) {
261 return buildTestTree(ctx?.state.getTestModules() || [], onResult)
262 },

Callers 2

readiness.test.tsFile · 0.50
errors.test.tsFile · 0.50

Calls 2

buildTestTreeFunction · 0.85
getTestModulesMethod · 0.80

Tested by

no test coverage detected