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

Function getUnhandledErrors

packages/vitest/src/api/setup.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173 },
174 getUnhandledErrors() {
175 return ctx.state.getUnhandledErrors()
176 },
177 async getTestFiles() {
178 const spec = await ctx.globTestSpecifications()
179 return spec.map(spec => [

Callers

nothing calls this directly

Calls 1

getUnhandledErrorsMethod · 0.80

Tested by

no test coverage detected