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