MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / sleep

Function sleep

tests/unit/tasks/server/express-server-test.js:23–25  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

21}
22
23function sleep(timeout) {
24 return new Promise((resolve) => setTimeout(resolve, timeout));
25}
26
27describe('express-server: processAppMiddlewares', function () {
28 let subject, fixturifyProject;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…