MCPcopy Create free account
hub / github.com/angular/components / wait

Function wait

src/material/list/selection-list.spec.ts:33–35  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

31 const typeaheadInterval = 200;
32
33 function wait(milliseconds: number) {
34 return new Promise(resolve => setTimeout(resolve, milliseconds));
35 }
36
37 describe('with list option', () => {
38 let fixture: ComponentFixture<SelectionListWithListOptions>;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected