(ms: number)
| 1513 | |
| 1514 | it('should update notch size after changing appearance to outline', async () => { |
| 1515 | const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms)); |
| 1516 | const fixture = TestBed.createComponent(MatInputWithAppearance); |
| 1517 | fixture.detectChanges(); |
| 1518 | await wait(16); |