| 1 | import {Component, DebugElement, signal, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {Listbox} from './listbox'; |
| 3 | import {Option} from './option'; |
| 4 | import {ComponentFixture, TestBed} from '@angular/core/testing'; |
nothing calls this directly
no test coverage detected