(template: string)
| 69 | } |
| 70 | |
| 71 | function createTestComponent(template: string): ComponentFixture<TestComponent> { |
| 72 | return TestBed.overrideComponent(TestComponent, {set: {template: template}}).createComponent( |
| 73 | TestComponent, |
| 74 | ); |
| 75 | } |
no test coverage detected
searching dependent graphs…