| 36 | } from './util'; |
| 37 | |
| 38 | interface ComponentResult<C extends JsonFormsControl> { |
| 39 | fixture: ComponentFixture<any>; |
| 40 | component: C; |
| 41 | textElement?: DebugElement; |
| 42 | textNativeElement?: any; |
| 43 | } |
| 44 | |
| 45 | const prepareComponent = <C extends JsonFormsControl>( |
| 46 | testConfig: TestConfig<C>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…