| 196 | // We have to mock the MutationCache to not unsubscribe |
| 197 | // the listener when the component is unmounted |
| 198 | class MutationCacheMock extends QueryCore.MutationCache { |
| 199 | subscribe(listener: any) { |
| 200 | super.subscribe(listener) |
| 201 | return () => void 0 |
nothing calls this directly
no outgoing calls
no test coverage detected