Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ test_process.ts
File
test_process.ts
tests/e2e/utils/test_process.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ killAllProcesses } from
'./process'
;
2
3
const
testScript: string = process.argv[2];
4
const
testModule = require(testScript);
Callers
nothing calls this directly
Calls
3
killAllProcesses
Function · 0.90
exit
Method · 0.80
error
Method · 0.65
Tested by
no test coverage detected