jest-matcher-utils (27.5.1)
Published 2026-02-24 13:59:01 +00:00 by atheaadmin
Installation
registry=npm install jest-matcher-utils@27.5.1"jest-matcher-utils": "27.5.1"About this package
jest-matcher-utils
This package's exports are most notably used by expect's this.utils.
Installation
To add this package as a dependency of a project, run either of the following commands:
npm install jest-matcher-utilsyarn add jest-matcher-utils
Exports (src/index.ts)
Functions
stringify highlightTrailingWhitespace printReceived printExpected printWithType ensureNoExpected ensureActualIsNumber ensureExpectedIsNumber ensureNumbers ensureExpectedIsNonNegativeInteger printDiffOrStringify diff pluralize getLabelPrinter matcherErrorMessage matcherHint
Types
MatcherHintOptions DiffOptions
Constants
EXPECTED_COLOR RECEIVED_COLOR INVERTED_COLOR BOLD_WEIGHT DIM_COLOR SUGGEST_TO_CONTAIN_EQUAL
Dependencies
Dependencies
| ID | Version |
|---|---|
| chalk | ^4.0.0 |
| jest-diff | ^27.5.1 |
| jest-get-type | ^27.5.1 |
| pretty-format | ^27.5.1 |
Development Dependencies
| ID | Version |
|---|---|
| @jest/test-utils | ^27.5.1 |
| @types/node | * |