jest-expect-message icon indicating copy to clipboard operation
jest-expect-message copied to clipboard

Add custom message to Jest expects 🃏🗯

Results 47 jest-expect-message issues
Sort by recently updated
recently updated
newest added

### What Fixed link in README to the TypeScript example. ### Why The link is currently broken. ### Notes ### Housekeeping - [ ] Unit tests - [x] Documentation is...

**Feature Request** Description: I don't think this is currently possible, please correct me if I am wrong: I would like to have the output exclude the portion that shows me...

**Bug** - `package` version: 1.1.3 - `node` version: 16.15.1 - `npm` (or `yarn`) version: 8.11.0 - `eslint` version: 8.33.0 - `typescript` version: 4.9.5 **What you did:** Followed the instructions per...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

### What Feature: allow the `customMessage` parameter to be passed a function as well as a string ``` // Original (and still supported) expect(value, `custom message string`).toBe(actual); // New: allow...

otherwise in some editors (in my case vim tsserver LSP), the global type is still native jest type, and so additional parameters are not honored by exporting expect constant, that...