Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ error
Method
error
packages/vitest/src/node/logger.ts:62–65 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
60
}
61
62
error(...args: any[]): void {
63
this._clearScreen()
64
this.console.error(...args)
65
}
66
67
warn(...args: any[]): void {
68
this._clearScreen()
Callers
15
deprecate
Method · 0.95
printNoTestTagsFound
Method · 0.95
printNoTestFound
Method · 0.95
printUnhandledErrors
Method · 0.95
onUnhandledRejection
Method · 0.95
throwUnhandlerError
Function · 0.80
BrowserTestRunner
Class · 0.80
error
Function · 0.80
onTaskArtifactRecord
Function · 0.80
saveSnapshotFile
Function · 0.80
removeSnapshotFile
Function · 0.80
onwarn
Function · 0.80
Calls
1
_clearScreen
Method · 0.95
Tested by
no test coverage detected