保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/@jest/reporters/build/utils.js
@@ -4,11 +4,11 @@
  value: true
});
exports.wrapAnsiString =
  exports.getSummary =
  exports.relativePath =
  exports.formatTestPath =
  exports.trimAndFormatPath =
  exports.relativePath =
  exports.printDisplayName =
  exports.getSummary =
  exports.formatTestPath =
    void 0;
function path() {
@@ -272,7 +272,7 @@
    (suitesRun !== suitesTotal
      ? suitesRun + ' of ' + suitesTotal
      : suitesTotal) +
    ` total`;
    ' total';
  const updatedTestsFailed =
    testsFailed + valuesForCurrentTestCases.numFailingTests;
  const updatedTestsPending =
@@ -341,7 +341,7 @@
    estimatedTime && runTime >= estimatedTime + 1
      ? _chalk().default.bold.yellow((0, _jestUtil().formatTime)(runTime, 0))
      : (0, _jestUtil().formatTime)(runTime, 0);
  let time = _chalk().default.bold(`Time:`) + `        ${renderedTime}`;
  let time = _chalk().default.bold('Time:') + `        ${renderedTime}`;
  if (runTime < estimatedTime) {
    time += `, estimated ${(0, _jestUtil().formatTime)(estimatedTime, 0)}`;
@@ -375,7 +375,7 @@
    return string;
  }
  const ANSI_REGEXP = /[\u001b\u009b]\[\d{1,2}m/g;
  const ANSI_REGEXP = /[\u001b\u009b]\[\d{1,2}m/gu;
  const tokens = [];
  let lastIndex = 0;
  let match;