Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/microbundle
/ sleep
Function
sleep
test/index.test.js:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
const
TEST_TIMEOUT = 11000;
10
11
const
sleep = ms =>
new
Promise(r => setTimeout(r, ms));
12
13
const
join = (arr, delimiter =
''
) => arr.join(delimiter);
14
Callers
1
index.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…