保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 23b60dc1975db38c280d8a123aff97544d1673e0
PAMapp/node_modules/@jest/core/build/runJest.js
@@ -209,7 +209,10 @@
  }
  if (testResultsProcessor) {
    runResults = require(testResultsProcessor)(runResults);
    const processor = await (0, _jestUtil().requireOrImportModule)(
      testResultsProcessor
    );
    runResults = processor(runResults);
  }
  if (isJSON) {