An awesome list of Jest packages and resources
- jest-extended Adds additional matchers to core API making it easy to test everything.
- expect-more A huge library of test matchers for a range of common use-cases.
- vscode-jest The optimal flow for Jest based testing in VS Code.
- eslint-plugin-jest ESLint plugin for Jest.
- jest-runner-eslint ESLint runner for Jest.
- jest-runner-mocha Mocha runner for Jest.
- jest-environment-webdriver custom environment for WebDriver integration.
- snapshot-diff Takes two values, and return their difference as a string, ready to be snapshotted with toMatchSnapshot(). Especially helpful when testing the difference between different React component states.
- jest-snapshots-svg Take a React component tree, and render it into an SVG.
- jest-codemods Makes it easy to migrate from other test runner and frameworks to Jest.
- :( none yet feel free to add awesome resources
Contributions welcome! Read the contribution guidelines.