Skip to content

Latest commit

History

History
65 lines (36 loc) 路 2.14 KB

README.md

File metadata and controls

65 lines (36 loc) 路 2.14 KB

Awesome Jest Awesome

An awesome list of Jest packages and resources

Contents

Packages

Matchers

  • 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.

IDE

  • vscode-jest The optimal flow for Jest based testing in VS Code.

Linting

Runners

Environments

Snapshot

  • 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.

Migration

  • jest-codemods Makes it easy to migrate from other test runner and frameworks to Jest.

Resources

  • :( none yet feel free to add awesome resources

Contribute

Contributions welcome! Read the contribution guidelines.

License

MIT