Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ wait
Function
wait
src/material/tooltip/tooltip.zone.spec.ts:25–27 ·
view source on GitHub ↗
(milliseconds: number)
Source
from the content-addressed store, hash-verified
23
});
24
25
function
wait(milliseconds: number) {
26
return
new
Promise(resolve => setTimeout(resolve, milliseconds));
27
}
28
29
describe(
'scrollable usage'
, () => {
30
let
fixture: ComponentFixture<ScrollableTooltipDemo>;
Callers
1
tooltip.zone.spec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected