Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ index.test.ts
File
index.test.ts
packages/logger/src/index.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, test, vi } from
'vitest'
2
import
{ createLogger, Logger, LogLevel } from
'./index'
3
4
/**
Callers
nothing calls this directly
Calls
9
createLogger
Function · 0.90
createEnabledLogger
Function · 0.85
debug
Method · 0.80
info
Method · 0.80
error
Method · 0.80
parse
Method · 0.80
warn
Method · 0.65
test
Function · 0.50
withMetadata
Method · 0.45
Tested by
no test coverage detected