| 4 | vi.stubGlobal( |
| 5 | 'BroadcastChannel', |
| 6 | class { |
| 7 | postMessage = vi.fn() |
| 8 | addEventListener = vi.fn() |
| 9 | removeEventListener = vi.fn() |
| 10 | close = vi.fn() |
| 11 | }, |
| 12 | ) |
| 13 | describe('ClientEventBus', () => { |
| 14 | describe('debug', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected