#!/usr/bin/env -S npx ts-node --esm /** * Tests for the validate() function * * The validate() function checks that a machine satisfies the Mailbox protocol: * - Sends ACTOR_IDLE to parent on initialization */ export {}; //# sourceMappingURL=validate.test.d.ts.map