()
| 6302 | class App { |
| 6303 | vcr = inject(ViewContainerRef); |
| 6304 | constructor() { |
| 6305 | promise.then(() => { |
| 6306 | this.vcr.createComponent(FormComponent); |
| 6307 | }); |
| 6308 | } |
| 6309 | } |
| 6310 | |
| 6311 | const fixture = act(() => TestBed.createComponent(App)); |
nothing calls this directly
no test coverage detected