jest-matcher-utils
Advanced tools
Comparing version 24.5.0 to 24.6.0
@@ -25,2 +25,5 @@ /** | ||
}; | ||
export declare const BOLD_WEIGHT: import("chalk").Chalk & { | ||
supportsColor: import("chalk").ColorSupport; | ||
}; | ||
export declare const SUGGEST_TO_EQUAL: string; | ||
@@ -27,0 +30,0 @@ export declare const SUGGEST_TO_CONTAIN_EQUAL: string; |
@@ -12,3 +12,3 @@ 'use strict'; | ||
}); | ||
exports.matcherHint = exports.matcherErrorMessage = exports.getLabelPrinter = exports.pluralize = exports.diff = exports.ensureExpectedIsNonNegativeInteger = 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.INVERTED_COLOR = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = void 0; | ||
exports.matcherHint = exports.matcherErrorMessage = exports.getLabelPrinter = exports.pluralize = exports.diff = exports.ensureExpectedIsNonNegativeInteger = 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.BOLD_WEIGHT = exports.INVERTED_COLOR = exports.RECEIVED_COLOR = exports.EXPECTED_COLOR = void 0; | ||
@@ -79,2 +79,4 @@ var _chalk = _interopRequireDefault(require('chalk')); | ||
exports.INVERTED_COLOR = INVERTED_COLOR; | ||
const BOLD_WEIGHT = _chalk.default.bold; | ||
exports.BOLD_WEIGHT = BOLD_WEIGHT; | ||
const DIM_COLOR = _chalk.default.dim; | ||
@@ -81,0 +83,0 @@ const NUMBERS = [ |
{ | ||
"name": "jest-matcher-utils", | ||
"description": "A set of utility functions for expect and related packages", | ||
"version": "24.5.0", | ||
"version": "24.6.0", | ||
"repository": { | ||
@@ -17,5 +17,5 @@ "type": "git", | ||
"chalk": "^2.0.1", | ||
"jest-diff": "^24.5.0", | ||
"jest-diff": "^24.6.0", | ||
"jest-get-type": "^24.3.0", | ||
"pretty-format": "^24.5.0" | ||
"pretty-format": "^24.6.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f" | ||
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179178
7
363
Updatedjest-diff@^24.6.0
Updatedpretty-format@^24.6.0