| 31 | } |
| 32 | |
| 33 | class NoopGetTestability implements GetTestability { |
| 34 | addToWindow(registry: TestabilityRegistry): void {} |
| 35 | findTestabilityInTree( |
| 36 | registry: TestabilityRegistry, |
| 37 | elem: any, |
| 38 | findInAncestors: boolean, |
| 39 | ): Testability | null { |
| 40 | return null; |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | @Injectable() |
| 45 | class MockNgZone extends NgZone { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…