Skip to content

Commit c3f834b

Browse files
committed
fixup! refactor(material/chips): switch to lazy ripple rendering
1 parent 2f48f0f commit c3f834b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/chips/chip.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ describe('MDC-based MatChip', () => {
9090
chipDebugElement = fixture.debugElement.query(By.directive(MatChip))!;
9191
chipNativeElement = chipDebugElement.nativeElement;
9292
chipInstance = chipDebugElement.injector.get<MatChip>(MatChip);
93-
chipRippleDebugElement = chipDebugElement.query(By.directive(MatRipple))!;
9493
testComponent = fixture.debugElement.componentInstance;
9594
primaryAction = chipNativeElement.querySelector('.mdc-evolution-chip__action--primary')!;
9695
});

0 commit comments

Comments
 (0)