Skip to content

Commit

Permalink
fix(cascader): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankWang117 committed Apr 10, 2024
1 parent 30a1f40 commit 79d1ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cascader/test/cascader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,6 @@ describe('thy-cascader', () => {
firstLevelItem[customOpts.length].query(By.css('label')).nativeElement.click();
fixture.detectChanges();
await fixture.whenStable();
console.log('=======', component.multipleVal);
expect(component.multipleVal.length).toBe(1);
const updateLabels = debugElement.queryAll(By.css('.choice-item'));
expect(updateLabels.length).toBe(component.multipleVal.length);
Expand Down

0 comments on commit 79d1ce4

Please sign in to comment.