MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / wait

Function wait

test/main/process-lifecycle.test.mjs:12–14  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

10} from "../../build/core/process-lifecycle.js";
11
12function wait(ms) {
13 return new Promise((resolve) => setTimeout(resolve, ms));
14}
15
16describe("process-lifecycle", () => {
17 it("detects broken pipe style stream errors", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected