()
| 108 | const signal1 = TestBed.runInInjectionContext(() => model(0)); |
| 109 | const signal2 = TestBed.runInInjectionContext(() => model(0)); |
| 110 | const callback = () => emitCount++; |
| 111 | const subscription1 = signal1.subscribe(callback); |
| 112 | const subscription2 = signal2.subscribe(callback); |
| 113 |
no outgoing calls
no test coverage detected
searching dependent graphs…