jest-matcher-utils
Advanced tools
Comparing version
@@ -8,6 +8,6 @@ /** | ||
import chalk = require('chalk'); | ||
import {Chalk} from 'chalk'; | ||
import {DiffOptions as DiffOptions_2} from 'jest-diff'; | ||
export declare const BOLD_WEIGHT: chalk.Chalk; | ||
export declare const BOLD_WEIGHT: Chalk; | ||
@@ -22,3 +22,3 @@ export declare const diff: ( | ||
export declare const DIM_COLOR: chalk.Chalk; | ||
export declare const DIM_COLOR: Chalk; | ||
@@ -65,3 +65,3 @@ /** | ||
export declare const EXPECTED_COLOR: chalk.Chalk; | ||
export declare const EXPECTED_COLOR: Chalk; | ||
@@ -72,3 +72,3 @@ export declare const getLabelPrinter: (...strings: Array<string>) => PrintLabel; | ||
export declare const INVERTED_COLOR: chalk.Chalk; | ||
export declare const INVERTED_COLOR: Chalk; | ||
@@ -123,3 +123,3 @@ export declare const matcherErrorMessage: ( | ||
export declare const RECEIVED_COLOR: chalk.Chalk; | ||
export declare const RECEIVED_COLOR: Chalk; | ||
@@ -126,0 +126,0 @@ export declare function replaceMatchedToAsymmetricMatcher( |
{ | ||
"name": "jest-matcher-utils", | ||
"description": "A set of utility functions for expect and related packages", | ||
"version": "30.0.0-beta.8", | ||
"version": "30.0.0-rc.1", | ||
"repository": { | ||
@@ -28,7 +28,7 @@ "type": "git", | ||
"chalk": "^4.1.2", | ||
"jest-diff": "30.0.0-beta.8", | ||
"pretty-format": "30.0.0-beta.8" | ||
"jest-diff": "30.0.0-rc.1", | ||
"pretty-format": "30.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "30.0.0-beta.8", | ||
"@jest/test-utils": "30.0.0-rc.1", | ||
"@types/node": "*" | ||
@@ -39,3 +39,3 @@ }, | ||
}, | ||
"gitHead": "ac334c0cdf04ead9999f0964567d81672d116d42" | ||
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40" | ||
} |
32551
-0.13%+ Added
+ Added
- Removed
- Removed
Updated
Updated