#!/usr/bin/env -S node --no-warnings --loader ts-node/esm /** * Proxy Action Test * * This test was previously for Mailbox.actions.proxy() with a Mailbox target. * The functionality is now covered by integration-v5.spec.ts which tests * proxy actions with the v5 Mailbox implementation. * * See: tests/integration-v5.spec.ts - 'Mailbox.actions.proxy() forwards events' */ export {}; //# sourceMappingURL=proxy-event-to-mailbox.test.d.ts.map