jest-matcher-utils
Advanced tools
Comparing version 23.0.0-alpha.6r to 23.0.0-beta.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.matcherHint = exports.pluralize = exports.ensureNumbers = exports.ensureExpectedIsNumber = exports.ensureActualIsNumber = exports.ensureNoExpected = exports.printWithType = exports.printExpected = exports.printReceived = exports.highlightTrailingWhitespace = exports.stringify = exports.SUGGEST_TO_EQUAL = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = undefined; | ||
exports.matcherHint = exports.pluralize = exports.ensureNumbers = exports.ensureExpectedIsNumber = exports.ensureActualIsNumber = exports.ensureNoExpected = exports.printWithType = exports.printExpected = exports.printReceived = exports.highlightTrailingWhitespace = exports.stringify = exports.SUGGEST_TO_CONTAIN_EQUAL = exports.SUGGEST_TO_EQUAL = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = undefined; | ||
@@ -74,2 +74,6 @@ var _chalk = require('chalk'); | ||
const SUGGEST_TO_CONTAIN_EQUAL = (exports.SUGGEST_TO_CONTAIN_EQUAL = _chalk2.default.dim( | ||
'Looks like you wanted to test for object/array equality with the stricter `toContain` matcher. You probably need to use `toContainEqual` instead.' | ||
)); | ||
const stringify = (exports.stringify = function(object) { | ||
@@ -76,0 +80,0 @@ let maxDepth = |
{ | ||
"name": "jest-matcher-utils", | ||
"description": "A set of utility functions for expect and related packages", | ||
"version": "23.0.0-alpha.6r", | ||
"version": "23.0.0-beta.0", | ||
"repository": { | ||
@@ -14,4 +14,4 @@ "type": "git", | ||
"jest-get-type": "^22.1.0", | ||
"pretty-format": "^23.0.0-alpha.6r" | ||
"pretty-format": "^23.0.0-beta.0" | ||
} | ||
} |
6607
183
Updatedpretty-format@^23.0.0-beta.0