()
| 6262 | class App { |
| 6263 | vcr = inject(ViewContainerRef); |
| 6264 | constructor() { |
| 6265 | promise.then(() => { |
| 6266 | this.vcr.createComponent(FormComponent); |
| 6267 | }); |
| 6268 | } |
| 6269 | } |
| 6270 | |
| 6271 | const fixture = act(() => TestBed.createComponent(App)); |
nothing calls this directly
no test coverage detected