()
| 379 | } |
| 380 | |
| 381 | const getValues = () => |
| 382 | fixture.debugElement.queryAll(By.css('input')).map((el) => el.nativeElement.value); |
| 383 | const fixture = initTest(App); |
| 384 | fixture.componentInstance.add(3); |
| 385 | fixture.changeDetectorRef.markForCheck(); |
no test coverage detected
searching dependent graphs…