MCPcopy
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

1import { createActor, createMachine, log, spawnChild } from '../src';
2
3describe('logger', () => {
4 it('system logger should be default logger for actors (invoked from machine)', () => {

Callers

nothing calls this directly

Calls 5

createMachineFunction · 0.90
logFunction · 0.90
createActorFunction · 0.90
spawnChildFunction · 0.90
startMethod · 0.65

Tested by

no test coverage detected