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

Class

packages/solid-query/src/__tests__/useQueries.test.tsx:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 // We have to mock the QueriesObserver to not unsubscribe
80 // the listener when the component is unmounted
81 class QueriesObserverMock extends QueriesObserver {
82 subscribe(listener: any) {
83 super.subscribe(listener)
84 return () => void 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected