()
| 382 | } |
| 383 | |
| 384 | const getValues = () => |
| 385 | fixture.debugElement.queryAll(By.css('input')).map((el) => el.nativeElement.value); |
| 386 | const fixture = initTest(App); |
| 387 | fixture.componentInstance.add(3); |
| 388 | fixture.changeDetectorRef.markForCheck(); |
no test coverage detected