Searched refs:goldens (Results 1 – 2 of 2) sorted by relevance
34 goldens: Golden[] = []; property in AppComponent49 .subscribe((goldens) => (this.goldens = goldens));57 .subscribe((goldens) => (this.goldens = goldens));
16 @Input() goldens: Golden[] = []; property in TestOverviewComponent24 this.totalTestCount = this.goldens.length;25 this.failingTestCount = this.goldens.filter(33 return this.goldens.find((it) => it.id == this.selectedGoldenId);