Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ wait
Function
wait
src/material/chips/chip-grid.spec.ts:69–71 ·
view source on GitHub ↗
(milliseconds: number)
Source
from the content-addressed store, hash-verified
67
};
68
69
function
wait(milliseconds: number) {
70
return
new
Promise(resolve => setTimeout(resolve, milliseconds));
71
}
72
73
describe(
'StandardChipGrid'
, () => {
74
describe(
'basic behaviors'
, () => {
Callers
1
chip-grid.spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected