This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
77f215b3f4
gitlab-org--gitlab-foss
/
spec
/
javascripts
/
helpers
/
set_timeout_promise_helper.js
5 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Prettify all spec files
2018-10-17 03:13:26 -04:00
export
default
(
time
=
0
)
=>
new
Promise
(
resolve
=>
{
setTimeout
(
resolve
,
time
)
;
}
)
;
Copy permalink