MCPcopy 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

1import { killAllProcesses } from './process';
2
3const testScript: string = process.argv[2];
4const testModule = require(testScript);

Callers

nothing calls this directly

Calls 3

killAllProcessesFunction · 0.90
exitMethod · 0.80
errorMethod · 0.65

Tested by

no test coverage detected