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

Function exitProcess

packages/jest-worker/src/workers/threadChild.ts:175–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175function exitProcess(): void {
176 // Clean up open handles so the worker ideally exits gracefully
177 parentPort!.removeListener('message', messageListener);
178}
179
180function execMethod(method: string, args: Array<unknown>): void {
181 const main = require(file!);

Callers 1

endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected