保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5
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;