MCPcopy
hub / github.com/jestjs/jest / exitProcess

Function exitProcess

packages/jest-worker/src/workers/processChild.ts:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169function exitProcess(): void {
170 // Clean up open handles so the process ideally exits gracefully
171 process.removeListener('message', messageListener);
172}
173
174function execMethod(method: string, args: Array<unknown>): void {
175 const main = require(file!);

Callers 1

endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected