Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nodebestpractices | 89,600 | 5 days ago | 47 | cc-by-sa-4.0 | Dockerfile | |||||
:white_check_mark: The Node.js best practices list (May 2023) | ||||||||||
Javascript Testing Best Practices | 21,424 | a month ago | 59 | mit | JavaScript | |||||
๐๐ ๐ข Comprehensive and exhaustive JavaScript & Node.js testing best practices (December 2022) | ||||||||||
Enzyme | 19,983 | 51,435 | 26,241 | 3 months ago | 54 | December 20, 2019 | 292 | mit | JavaScript | |
JavaScript Testing utilities for React | ||||||||||
Ts Jest | 6,549 | 28,805 | 75,730 | 4 days ago | 179 | September 24, 2022 | 58 | 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 | 5 months ago | cc0-1.0 | |||||||
Jest cheat sheet | ||||||||||
Pepperoni App Kit | 4,640 | 3 months ago | 4 | March 24, 2017 | 67 | mit | JavaScript | |||
Pepperoni - React Native App Starter Kit for Android and iOS | ||||||||||
Jest Dom | 3,958 | 1,662 | 11,367 | 6 days ago | 49 | April 05, 2022 | 94 | mit | JavaScript | |
:owl: Custom jest matchers to test the state of the DOM | ||||||||||
Jest Image Snapshot | 3,596 | 411 | 541 | 2 months ago | 40 | August 31, 2022 | 24 | apache-2.0 | JavaScript | |
โจ Jest matcher for image comparisons. Most commonly used for visual regression testing. | ||||||||||
Nodejs Integration Tests Best Practices | 2,906 | a month ago | 42 | JavaScript | ||||||
โ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2022) | ||||||||||
React Native Testing Library | 2,765 | 41 | 442 | 10 days ago | 43 | September 26, 2022 | 13 | mit | TypeScript | |
๐ฆ Simple and complete React Native testing utilities that encourage good testing practices. |
An awesome list of Jest packages and resources
jest-it-up
, but allows to specify where coverage summary is located, supports Jest config in JSON files and package.json
.toMatchSnapshot()
. Especially helpful when testing the difference between different React component states.expect.assertions(n)
and expect.hasAssertions()
.fetch
and set up responses, powered by Jest mock functions.window.Date
when run unit test cases with jest. Make tests of Date easier.navigator.wakeLock
with ease and run your tests using Jest.window.location
easily.node-recorder
.webpack
's raw-loader
..less
file.url-loader
for Jest transformer.Contributions welcome! Read the contribution guidelines.