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

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

**Bug** - `package` version: `1.0.2` - `node` version: `12.4.0` - `npm` (or `yarn`) version: `6.9.0` Relevant code or config ```json "jest": { "setupTestFrameworkScriptFile": "jest-expect-message" } ``` What you did: Installed...

**Feature Request** *Description*: I would like my test output to display *only* the custom message I supply to `jest-expect-message` via the custom matcher, without the rather verbose Jest matcher output...

### What Changing the return type in the TypeScript declaration to be `JestMatchers`. ### Why This is in line with the original type declaration in `@types/jest`: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/c3924fd0016c953e1c4440f102436694442b7a57/types/jest/index.d.ts#L626 With this type...

**Bug** - `package` version: 1.1.0 - `node` version: 18.12.1 - `npm` version: 8.19.2 What you did: `jest.config.js` ```JavaScript module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.ts?$': 'ts-jest', },...

**Bug** - `package` version: v1.1.3 - `node` version: 14.21.3 - `npm` (or `yarn`) version: 6.14.18 - `jest` version: 26.6.2 Relevant code or config ```javascript expect.extend({ toBe1(received) { const pass =...

### What Documentation only. ### Why EsLint rule `jest/valid-expect` should be configured to accept up to 3 args to support the "options" arg.

**Bug** - `package` version: 1.1.3 - `node` version: 16.16.0 - `npm` (or `yarn`) version: npm 8.11.0 # What I tried initially Initially the only things I did before using messages...

### What Currently the build badge on the `README.md` is broken, showing a link to an issue: ![image](https://user-images.githubusercontent.com/4732915/234641554-e587974e-7719-4c33-ae78-1268ae286d8a.png) I suggest a fix for the badge URL. ### Why There's a...