MCPcopy
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.tsFile · 0.80
onTestRunEndMethod · 0.80
getUnhandledErrorsFunction · 0.80
mergeReportsMethod · 0.80
runFilesMethod · 0.80
collectTestsMethod · 0.80
onParseEndFunction · 0.80
onWatcherStartFunction · 0.80
errorTreeFunction · 0.80
index-BUCFJtth.jsFile · 0.80
index-BUCFJtth.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected