| 129 | } |
| 130 | |
| 131 | @Component({template: ''}) |
| 132 | class TestComponent { |
| 133 | service = injectAsync(() => Promise.resolve(RootService))(); |
| 134 | } |
| 135 | |
| 136 | TestBed.configureTestingModule({imports: [TestComponent]}); |
| 137 |
nothing calls this directly
no test coverage detected