保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26a09f08cf1ed43c640879f23fdad56c5c9282f7
PAMapp/node_modules/jest-watcher/build/lib/formatTestNameByPattern.js
@@ -3,7 +3,7 @@
Object.defineProperty(exports, '__esModule', {
  value: true
});
exports.default = void 0;
exports.default = formatTestNameByPattern;
function _chalk() {
  const data = _interopRequireDefault(require('chalk'));
@@ -30,7 +30,7 @@
const DOTS = '...';
const ENTER = '⏎';
var _default = (testName, pattern, width) => {
function formatTestNameByPattern(testName, pattern, width) {
  const inlineTestName = testName.replace(/(\r\n|\n|\r)/gm, ENTER);
  let regexp;
@@ -78,6 +78,4 @@
  return `${_chalk().default.dim(slicedTestName)}${_chalk().default.reset(
    DOTS
  )}`;
};
exports.default = _default;
}