From 26a09f08cf1ed43c640879f23fdad56c5c9282f7 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:02:38 +0800
Subject: [PATCH] TODO#139884 Banner 1 文案調整

---
 PAMapp/node_modules/jest-config/build/ReporterValidationErrors.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PAMapp/node_modules/jest-config/build/ReporterValidationErrors.js b/PAMapp/node_modules/jest-config/build/ReporterValidationErrors.js
index d39c9b2..9e576e6 100644
--- a/PAMapp/node_modules/jest-config/build/ReporterValidationErrors.js
+++ b/PAMapp/node_modules/jest-config/build/ReporterValidationErrors.js
@@ -3,8 +3,8 @@
 Object.defineProperty(exports, '__esModule', {
   value: true
 });
-exports.createReporterError = createReporterError;
 exports.createArrayReporterError = createArrayReporterError;
+exports.createReporterError = createReporterError;
 exports.validateReporters = validateReporters;
 
 function _chalk() {
@@ -64,7 +64,7 @@
   const errorMessage =
     `  Reporter at index ${reporterIndex} must be of type:\n` +
     `    ${_chalk().default.bold.green(validReporterTypes.join(' or '))}\n` +
-    `  but instead received:\n` +
+    '  but instead received:\n' +
     `    ${_chalk().default.bold.red(
       (0, _jestGetType().getType)(reporterValue)
     )}`;
@@ -90,7 +90,7 @@
     `    ${_chalk().default.bold.red(expectedType)}\n` +
     '  Got:\n' +
     `    ${_chalk().default.bold.green((0, _jestGetType().getType)(value))}\n` +
-    `  Reporter configuration:\n` +
+    '  Reporter configuration:\n' +
     `    ${_chalk().default.bold.green(
       JSON.stringify(arrayReporter, null, 2).split('\n').join('\n    ')
     )}`;

--
Gitblit v1.8.0