()
| 6243 | class App { |
| 6244 | vcr = inject(ViewContainerRef); |
| 6245 | constructor() { |
| 6246 | promise.then(() => { |
| 6247 | this.vcr.createComponent(FormComponent); |
| 6248 | }); |
| 6249 | } |
| 6250 | } |
| 6251 | |
| 6252 | const fixture = act(() => TestBed.createComponent(App)); |
nothing calls this directly
no test coverage detected