()
| 5 | |
| 6 | beforeEach(() => { resetOperatorHub(); }); |
| 7 | |
| 8 | /** A fake transport that captures sends and lets the test inject inbound messages. */ |
| 9 | function fakeTransport(platform: 'telegram' | 'discord' = 'telegram') { |
| 10 | let onMsg: (m: Incoming) => void = () => {}; |