| 25 | function renderInjectGeneration(options: any) { |
| 26 | @Component({ standalone: true, template: '' }) |
| 27 | class Host { |
| 28 | gen = injectGeneration(options) |
| 29 | } |
| 30 | const fixture = TestBed.createComponent(Host) |
nothing calls this directly
no outgoing calls
no test coverage detected