()
| 28 | }); |
| 29 | |
| 30 | function runInitializers() { |
| 31 | (TestBed.inject(ApplicationInitStatus) as any).runInitializers(); |
| 32 | } |
| 33 | |
| 34 | it('should log pending tasks if application does not stabilize', fakeAsync(() => { |
| 35 | const pendingTasks = TestBed.inject(PendingTasks); |
no test coverage detected
searching dependent graphs…