保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26a09f08cf1ed43c640879f23fdad56c5c9282f7
PAMapp/node_modules/@jest/reporters/build/getResultHeader.js
@@ -3,7 +3,7 @@
Object.defineProperty(exports, '__esModule', {
  value: true
});
exports.default = void 0;
exports.default = getResultHeader;
function _chalk() {
  const data = _interopRequireDefault(require('chalk'));
@@ -59,7 +59,7 @@
  ? _chalk().default.reset.inverse.bold.green(` ${PASS_TEXT} `)
  : PASS_TEXT;
var _default = (result, globalConfig, projectConfig) => {
function getResultHeader(result, globalConfig, projectConfig) {
  var _result$perfStats;
  const testPath = result.testFilePath;
@@ -101,6 +101,4 @@
    `${status} ${projectDisplayName}${fileLink}` +
    (testDetail.length ? ` (${testDetail.join(', ')})` : '')
  );
};
exports.default = _default;
}