Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ logger.test.ts
File
logger.test.ts
src/logger.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert } from
'chai'
;
2
import
sinon from
'sinon'
;
3
import
logger, { Logger, setLogger, resetLogger, noopLogger } from
'./logger'
;
4
Callers
nothing calls this directly
Calls
8
resetLogger
Function · 0.90
setLogger
Function · 0.90
fakeLogger
Function · 0.85
info
Method · 0.80
warn
Method · 0.80
error
Method · 0.80
debug
Method · 0.80
match
Method · 0.65
Tested by
no test coverage detected