| | |
| | | Object.defineProperty(exports, '__esModule', { |
| | | value: true |
| | | }); |
| | | exports.default = void 0; |
| | | exports.default = bind; |
| | | |
| | | function _jestUtil() { |
| | | const data = require('jest-util'); |
| | |
| | | * 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) |
| | |
| | | }); |
| | | } |
| | | }; |
| | | |
| | | exports.default = _default; |
| | | } |
| | | |
| | | const isArrayTable = data => data.length === 0; |
| | | |