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) {