Skip to content

Commit dd829c8

Browse files
committed
refactor(material/chips): switch tests away from fakeAsync
Reworks all the chips tests not to depend on `fakeAsync`.
1 parent 39b0f55 commit dd829c8

8 files changed

Lines changed: 176 additions & 222 deletions

File tree

src/material/autocomplete/autocomplete.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe('MatAutocomplete', () => {
473473
];
474474
fixture.changeDetectorRef.markForCheck();
475475
fixture.detectChanges();
476-
await wait(0);
476+
await wait(100);
477477
fixture.detectChanges();
478478

479479
expect(fixture.componentInstance.openedSpy).toHaveBeenCalled();

0 commit comments

Comments
 (0)