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

Class

packages/query-devtools/src/__tests__/DevtoolsComponent.test.tsx:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 vi.stubGlobal(
48 'ResizeObserver',
49 class {
50 observe = vi.fn()
51 unobserve = vi.fn()
52 disconnect = vi.fn()
53 },
54 )
55 queryClient = new QueryClient()
56 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected