MCPcopy 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

9const TEST_TIMEOUT = 11000;
10
11const sleep = ms => new Promise(r => setTimeout(r, ms));
12
13const join = (arr, delimiter = '') => arr.join(delimiter);
14

Callers 1

index.test.jsFile · 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…