詳查 |
歷史 |
修補檔 |
提交 |
差異 |
忽略空白
| | |
| | | Object.defineProperty(exports, '__esModule', { |
| | | value: true |
| | | }); |
| | | Object.defineProperty(exports, 'setState', { |
| | | enumerable: true, |
| | | get: function () { |
| | | return _state.setState; |
| | | } |
| | | }); |
| | | exports.describe = |
| | | exports.default = |
| | | exports.beforeEach = |
| | | exports.beforeAll = |
| | | exports.afterEach = |
| | | exports.afterAll = |
| | | void 0; |
| | | Object.defineProperty(exports, 'getState', { |
| | | enumerable: true, |
| | | get: function () { |
| | | return _state.getState; |
| | | } |
| | | }); |
| | | exports.it = void 0; |
| | | Object.defineProperty(exports, 'resetState', { |
| | | enumerable: true, |
| | | get: function () { |
| | |
| | | return _run.default; |
| | | } |
| | | }); |
| | | exports.default = |
| | | exports.test = |
| | | exports.it = |
| | | exports.describe = |
| | | exports.beforeEach = |
| | | exports.beforeAll = |
| | | exports.afterEach = |
| | | exports.afterAll = |
| | | void 0; |
| | | Object.defineProperty(exports, 'setState', { |
| | | enumerable: true, |
| | | get: function () { |
| | | return _state.setState; |
| | | } |
| | | }); |
| | | exports.test = void 0; |
| | | |
| | | var _jestEach = require('jest-each'); |
| | | |
| | |
| | | const asyncError = new _jestUtil.ErrorWithStack(undefined, describeFn); |
| | | |
| | | if (blockFn === undefined) { |
| | | asyncError.message = `Missing second argument. It must be a callback function.`; |
| | | asyncError.message = |
| | | 'Missing second argument. It must be a callback function.'; |
| | | throw asyncError; |
| | | } |
| | | |