| | |
| | | Object.defineProperty(exports, '__esModule', { |
| | | value: true |
| | | }); |
| | | exports.matcherHint = |
| | | exports.matcherErrorMessage = |
| | | exports.getLabelPrinter = |
| | | exports.pluralize = |
| | | exports.diff = |
| | | exports.printDiffOrStringify = |
| | | exports.ensureExpectedIsNonNegativeInteger = |
| | | exports.ensureNumbers = |
| | | exports.ensureExpectedIsNumber = |
| | | exports.ensureActualIsNumber = |
| | | exports.ensureNoExpected = |
| | | exports.stringify = |
| | | exports.printWithType = |
| | | exports.printExpected = |
| | | exports.printReceived = |
| | | exports.printExpected = |
| | | exports.printDiffOrStringify = |
| | | exports.pluralize = |
| | | exports.matcherHint = |
| | | exports.matcherErrorMessage = |
| | | exports.highlightTrailingWhitespace = |
| | | exports.stringify = |
| | | exports.getLabelPrinter = |
| | | exports.ensureNumbers = |
| | | exports.ensureNoExpected = |
| | | exports.ensureExpectedIsNumber = |
| | | exports.ensureExpectedIsNonNegativeInteger = |
| | | exports.ensureActualIsNumber = |
| | | exports.diff = |
| | | exports.SUGGEST_TO_CONTAIN_EQUAL = |
| | | exports.RECEIVED_COLOR = |
| | | exports.INVERTED_COLOR = |
| | | exports.EXPECTED_COLOR = |
| | | exports.DIM_COLOR = |
| | | exports.BOLD_WEIGHT = |
| | | exports.INVERTED_COLOR = |
| | | exports.RECEIVED_COLOR = |
| | | exports.EXPECTED_COLOR = |
| | | void 0; |
| | | |
| | | var _chalk = _interopRequireDefault(require('chalk')); |
| | |
| | | } |
| | | |
| | | if (expected instanceof Error && received instanceof Error) { |
| | | return false; |
| | | } |
| | | |
| | | if ( |
| | | expectedType === 'object' && |
| | | typeof expected.asymmetricMatch === 'function' |
| | | ) { |
| | | return false; |
| | | } |
| | | |