Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ trace.test.ts
File
trace.test.ts
test/cli/fixtures/console/trace.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test } from
'vitest'
;
2
3
test(
'logging to stdout'
, () => {
4
console.log(
'log with trace'
)
Callers
nothing calls this directly
Calls
6
warn
Method · 0.80
assert
Method · 0.80
error
Method · 0.80
trace
Method · 0.80
test
Function · 0.50
log
Method · 0.45
Tested by
no test coverage detected