jest-matcher-utils
Advanced tools
Comparing version 23.0.0-charlie.1 to 23.0.0-charlie.2
@@ -70,3 +70,3 @@ 'use strict'; | ||
const SUGGEST_TO_EQUAL = (exports.SUGGEST_TO_EQUAL = _chalk2.default.dim( | ||
'Looks like you wanted to test for object/array equality with the stricter `toBe` matcher. You probably need to use `toEqual` instead.' | ||
'Note that you are testing for equality with the stricter `toBe` matcher using `Object.is`. For deep equality only, use `toEqual` instead.' | ||
)); | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "jest-matcher-utils", | ||
"description": "A set of utility functions for expect and related packages", | ||
"version": "23.0.0-charlie.1", | ||
"version": "23.0.0-charlie.2", | ||
"repository": { | ||
@@ -14,4 +14,4 @@ "type": "git", | ||
"jest-get-type": "^22.1.0", | ||
"pretty-format": "^23.0.0-charlie.1" | ||
"pretty-format": "^23.0.0-charlie.2" | ||
} | ||
} |
6617