MCPcopy
hub / github.com/codeceptjs/CodeceptJS / asyncStep

Method asyncStep

test/data/sandbox/retry_helper.js:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 asyncStep() {
13 return new Promise(resolve => {
14 setTimeout(resolve, 500);
15 });
16 }
17}
18
19export default Retry;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected