Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ getUnhandledErrors
Method
getUnhandledErrors
packages/vitest/src/node/state.ts:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
getUnhandledErrors(): unknown[] {
96
return
Array.from(this.errorsSet)
97
}
98
99
getPaths(): string[] {
100
return
Array.from(this.pathsSet)
Callers
11
index.ts
File · 0.80
onTestRunEnd
Method · 0.80
getUnhandledErrors
Function · 0.80
mergeReports
Method · 0.80
runFiles
Method · 0.80
collectTests
Method · 0.80
onParseEnd
Function · 0.80
onWatcherStart
Function · 0.80
errorTree
Function · 0.80
index-BUCFJtth.js
File · 0.80
index-BUCFJtth.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected