Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ logger.test.ts
File
logger.test.ts
packages/core/test/logger.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createActor, createMachine, log, spawnChild } from
'../src'
;
2
3
describe(
'logger'
, () => {
4
it(
'system logger should be default logger for actors (invoked from machine)'
, () => {
Callers
nothing calls this directly
Calls
5
createMachine
Function · 0.90
log
Function · 0.90
createActor
Function · 0.90
spawnChild
Function · 0.90
start
Method · 0.65
Tested by
no test coverage detected