(data: Record<string, unknown>)
| 24 | }); |
| 25 | |
| 26 | function dispatch(data: Record<string, unknown>): void { |
| 27 | window.dispatchEvent(new MessageEvent('message', { data })); |
| 28 | } |
| 29 | |
| 30 | describe('initMessageListener progress forwarding', () => { |
| 31 | it('forwards telemetry alongside the rest of the progress payload', async () => { |
no outgoing calls
no test coverage detected