UNPKG

jest-chain

Version:

Chain Jest matchers together to create one powerful assertion

7 lines (4 loc) 221 B
"use strict"; var _chain = _interopRequireDefault(require("./chain")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } global.expect = (0, _chain.default)(global.expect);