MCPcopy Create free account
hub / github.com/TanStack/devtools /

Class

packages/event-bus/tests/index.test.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4vi.stubGlobal(
5 'BroadcastChannel',
6 class {
7 postMessage = vi.fn()
8 addEventListener = vi.fn()
9 removeEventListener = vi.fn()
10 close = vi.fn()
11 },
12)
13describe('ClientEventBus', () => {
14 describe('debug', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected