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

Function clearGlobals

packages/event-bus/tests/server.test.ts:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5// Clear globalThis between tests to avoid cross-test contamination
6function clearGlobals() {
7 globalThis.__TANSTACK_DEVTOOLS_SERVER__ = null
8 globalThis.__TANSTACK_DEVTOOLS_WSS_SERVER__ = null
9 globalThis.__TANSTACK_EVENT_TARGET__ = null
10}
11
12describe('ServerEventBus', () => {
13 let bus: ServerEventBus

Callers 1

server.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected