(ms: number)
| 1492 | |
| 1493 | it('should update notch size after changing appearance to outline', async () => { |
| 1494 | const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms)); |
| 1495 | const fixture = TestBed.createComponent(MatInputWithAppearance); |
| 1496 | fixture.detectChanges(); |
| 1497 | await wait(16); |
no outgoing calls
no test coverage detected
searching dependent graphs…