| 129 | |
| 130 | @Component({ standalone: true, template: '' }) |
| 131 | class StructuredHost { |
| 132 | chat = injectChat({ connection: adapter, outputSchema: schema }) |
| 133 | } |
| 134 | const fixture = TestBed.createComponent(StructuredHost) |
nothing calls this directly
no outgoing calls
no test coverage detected