| 42 | destroy: () => void |
| 43 | } { |
| 44 | @Component({ standalone: true, template: '' }) |
| 45 | class HostComponent { |
| 46 | chat = injectChat(options as any) |
| 47 | } |
| 48 | |
| 49 | const fixture = TestBed.createComponent(HostComponent) |
| 50 | fixture.detectChanges() |
nothing calls this directly
no test coverage detected