MCPcopy
hub / github.com/inikulin/parse5 / pause

Function pause

packages/parse5-parser-stream/test/scripting.test.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import { runInNewContext } from 'node:vm';
6
7function pause(): Promise<void> {
8 return new Promise((resolve) => setTimeout(resolve, 5));
9}
10
11const suitePath = new URL('../../../test/data/tree-construction-scripting', import.meta.url);
12

Callers 1

scripting.test.tsFile · 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…