MCPcopy
hub / github.com/statelyai/xstate / clock.test.ts

File clock.test.ts

packages/core/test/clock.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

createMachineFunction · 0.90
createActorFunction · 0.90
getSnapshotMethod · 0.80
startMethod · 0.65
incrementMethod · 0.65

Tested by

no test coverage detected