MCPcopy
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

deprecateMethod · 0.95
printNoTestTagsFoundMethod · 0.95
printNoTestFoundMethod · 0.95
printUnhandledErrorsMethod · 0.95
onUnhandledRejectionMethod · 0.95
throwUnhandlerErrorFunction · 0.80
BrowserTestRunnerClass · 0.80
errorFunction · 0.80
onTaskArtifactRecordFunction · 0.80
saveSnapshotFileFunction · 0.80
removeSnapshotFileFunction · 0.80
onwarnFunction · 0.80

Calls 1

_clearScreenMethod · 0.95

Tested by

no test coverage detected