MCPcopy Create free account
hub / github.com/code-pushup/cli / execute-process.mock.mjs

File execute-process.mock.mjs

testing/test-utils/src/lib/utils/execute-process.mock.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const interval = parseInt(process.argv[2] || 100);
2let runs = parseInt(process.argv[3] || 4);
3let throwError = process.argv[4] === '1';
4

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected