Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ getRunner
Function
getRunner
packages/runner/src/suite.ts:213–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
213
export
function
getRunner(): VitestRunner {
214
assert(runner,
'the runner'
)
215
return
runner
216
}
217
218
function
createDefaultSuite(runner: VitestRunner) {
219
const
config = runner.config.sequence
Callers
4
recordArtifact
Function · 0.90
withTimeout
Function · 0.90
getDefaultHookTimeout
Function · 0.90
matchesTags
Function · 0.90
Calls
1
assert
Function · 0.70
Tested by
no test coverage detected