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 [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Hello, how can I configure this library to use expect assertions outside unit tests and describe and it blocks? I have a typescript project where I use jest expect assertions...

### What Added type declarations to enhance TypeScript support - The original `expect` signature is overwritten to reflect the new `expect` function - Declarations are made available to consumers via...

### What Added ESlint section to README and described how to configure ESlint properly ### Why - Might be helpful to find all configuration at one place - Fixes #6

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

## What Usage example with typescript ### Why It's best way to quick start ### Housekeeping - [x] Documentation is up to date

**Feature Request** Description: Add/modify eslint rule - `jest/valid-expect` - to allow for 2nd optional message argument/ Possible solution: While the 2nd optional argument for message works. Eslint's `jest/valid-expect` rule fires...