| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected