Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
interval = parseInt(process.argv[2] || 100);
2
let
runs = parseInt(process.argv[3] || 4);
3
let
throwError = process.argv[4] ===
'1'
;
4
Callers
nothing calls this directly
Calls
2
resolve
Function · 0.85
info
Method · 0.80
Tested by
no test coverage detected