Skip to content

rickhanlonii/awesome-jest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🕶Awesome Jest packages and resources

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published