From ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:26:15 +0800
Subject: [PATCH] TODO#139888 嚴選配對 - 文案修改

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

diff --git a/PAMapp/node_modules/jest-config/build/Descriptions.js b/PAMapp/node_modules/jest-config/build/Descriptions.js
index bb1d541..1c05241 100644
--- a/PAMapp/node_modules/jest-config/build/Descriptions.js
+++ b/PAMapp/node_modules/jest-config/build/Descriptions.js
@@ -16,7 +16,8 @@
   bail: 'Stop running tests after `n` failures',
   cacheDirectory:
     'The directory where Jest should store its cached dependency information',
-  clearMocks: 'Automatically clear mock calls and instances between every test',
+  clearMocks:
+    'Automatically clear mock calls, instances and results before every test',
   collectCoverage:
     'Indicates whether the coverage information should be collected while executing the test',
   collectCoverageFrom:
@@ -57,10 +58,11 @@
   preset: "A preset that is used as a base for Jest's configuration",
   projects: 'Run tests from one or more projects',
   reporters: 'Use this configuration option to add custom reporters to Jest',
-  resetMocks: 'Automatically reset mock state between every test',
+  resetMocks: 'Automatically reset mock state before every test',
   resetModules: 'Reset the module registry before running each individual test',
   resolver: 'A path to a custom resolver',
-  restoreMocks: 'Automatically restore mock state between every test',
+  restoreMocks:
+    'Automatically restore mock state and implementation before every test',
   rootDir:
     'The root directory that Jest should scan for tests and modules within',
   roots:

--
Gitblit v1.8.0