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

Class

packages/query-devtools/src/__tests__/DevtoolsPanelComponent.test.tsx:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 vi.stubGlobal(
62 'ResizeObserver',
63 class {
64 observe = vi.fn()
65 unobserve = vi.fn()
66 disconnect = vi.fn()
67 },
68 )
69 queryClient = new QueryClient()
70 document.documentElement.style.fontSize = '16px'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected