| 246 | // We have to mock the MutationCache to not unsubscribe |
| 247 | // the listener when the component is unmounted |
| 248 | class MutationCacheMock extends QueryCore.MutationCache { |
| 249 | subscribe(listener: any) { |
| 250 | super.subscribe(listener) |
| 251 | return () => void 0 |
nothing calls this directly
no outgoing calls
no test coverage detected