| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { ClientEventBus } from '../src/client/client' |
| 3 | |
| 4 | // Stub BroadcastChannel since it's not available in test environment |
nothing calls this directly
no test coverage detected