From 26fa49f4b0aa658d65a21fffe828f39e78302573 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 17:46:58 +0800
Subject: [PATCH] Revert "Update#139889 [ 快速篩選 ] 年資文案調整"

---
 PAMapp/node_modules/jest-each/build/bind.js |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/PAMapp/node_modules/jest-each/build/bind.js b/PAMapp/node_modules/jest-each/build/bind.js
index 3c76d30..5514ed4 100644
--- a/PAMapp/node_modules/jest-each/build/bind.js
+++ b/PAMapp/node_modules/jest-each/build/bind.js
@@ -3,7 +3,7 @@
 Object.defineProperty(exports, '__esModule', {
   value: true
 });
-exports.default = void 0;
+exports.default = bind;
 
 function _jestUtil() {
   const data = require('jest-util');
@@ -32,9 +32,8 @@
  * LICENSE file in the root directory of this source tree.
  *
  */
-var _default =
-  (cb, supportsDone = true) =>
-  (table, ...taggedTemplateData) =>
+function bind(cb, supportsDone = true) {
+  return (table, ...taggedTemplateData) =>
     function eachBind(title, test, timeout) {
       try {
         const tests = isArrayTable(taggedTemplateData)
@@ -54,8 +53,7 @@
         });
       }
     };
-
-exports.default = _default;
+}
 
 const isArrayTable = data => data.length === 0;
 

--
Gitblit v1.8.0