Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ errorBanner
Function
errorBanner
packages/vitest/src/node/reporters/renderers/utils.ts:40–42 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
errorBanner(message: string): string {
41
return
divider(c.bold(c.bgRed(` ${message} `)), null, null, c.red)
42
}
43
44
export
function
divider(
45
text?: string,
Callers
7
printErrorType
Function · 0.90
printUnhandledErrors
Method · 0.90
printSourceTypeErrors
Method · 0.90
printErrorsSummary
Function · 0.90
printLeaksSummary
Function · 0.90
start
Function · 0.85
collect
Function · 0.85
Calls
1
divider
Function · 0.85
Tested by
no test coverage detected