()
| 25 | useAutoTick(); |
| 26 | |
| 27 | function getChangeDetectorRefSpy() { |
| 28 | return jasmine.createSpyObj('ChangeDetectorRef', ['markForCheck', 'detectChanges']); |
| 29 | } |
| 30 | |
| 31 | beforeEach(() => { |
| 32 | ref = getChangeDetectorRefSpy(); |
no outgoing calls
no test coverage detected
searching dependent graphs…