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

Function execHelper

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

Source from the content-addressed store, hash-verified

183 }
184
185 function execHelper() {
186 execFunction(fn, main, args, reportSuccess, reportClientError);
187 }
188
189 if (initialized || !main.setup) {
190 execHelper();

Callers 1

execMethodFunction · 0.70

Calls 1

execFunctionFunction · 0.70

Tested by

no test coverage detected