Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/changesets/changesets
/ 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
{ log, error, info, warn, success } from
"./index"
;
2
3
describe(
"@changesets/logger"
, () => {
4
const
logMessageOne =
"Message 1"
;
Callers
nothing calls this directly
Calls
5
log
Function · 0.90
error
Function · 0.90
info
Function · 0.90
warn
Function · 0.90
success
Function · 0.90
Tested by
no test coverage detected