Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nodebestpractices | 87,693 | 2 hours ago | 38 | cc-by-sa-4.0 | JavaScript | |||||
:white_check_mark: The Node.js best practices list (March 2023) | ||||||||||
Jest | 41,734 | 270,329 | 179,896 | 15 hours ago | 327 | September 10, 2022 | 552 | mit | TypeScript | |
Delightful JavaScript Testing. | ||||||||||
Javascript Testing Best Practices | 21,034 | 18 days ago | 55 | mit | JavaScript | |||||
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (December 2022) | ||||||||||
Enzyme | 19,962 | 51,435 | 26,241 | 18 days ago | 54 | December 20, 2019 | 292 | mit | JavaScript | |
JavaScript Testing utilities for React | ||||||||||
Ts Jest | 6,449 | 28,805 | 75,730 | a day ago | 179 | September 24, 2022 | 56 | mit | TypeScript | |
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. | ||||||||||
Jest Cheat Sheet | 4,869 | 3 months ago | cc0-1.0 | |||||||
Jest cheat sheet | ||||||||||
Pepperoni App Kit | 4,640 | a month ago | 4 | March 24, 2017 | 67 | mit | JavaScript | |||
Pepperoni - React Native App Starter Kit for Android and iOS | ||||||||||
Jest Dom | 3,859 | 1,662 | 11,367 | a month ago | 49 | April 05, 2022 | 91 | mit | JavaScript | |
:owl: Custom jest matchers to test the state of the DOM | ||||||||||
Jest Image Snapshot | 3,586 | 411 | 541 | 5 days ago | 40 | August 31, 2022 | 25 | apache-2.0 | JavaScript | |
✨ Jest matcher for image comparisons. Most commonly used for visual regression testing. | ||||||||||
Nodejs Integration Tests Best Practices | 2,818 | a month ago | 41 | JavaScript | ||||||
✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2022) |
Additional Jest matchers
Jest is an amazing test runner and has some awesome assertion APIs built in by default. However, there are times when having more specific matchers (assertions) would be far more convenient.
jest-extended aims to add additional matchers to Jest's default ones making it easy to test everything
If you've come here to help contribute - Thanks! Take a look at the contributing docs as a way of getting started.
See the Installation Guide on Jest Extended documentation site.
See the Setup instructions on Jest Extended documentation site.
See all available matchers and interactive repl on Jest Extended documentation site.