jest/packages/jest-cli
cpojer f4296d2bc8 v30.0.4 2025-07-03 08:45:25 +09:00
..
__typetests__ chore: migrate type tests to TSTyche 2 (#15088) 2024-05-27 16:29:20 +02:00
bin Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
src Rename some options before releasing Jest 30. 2025-06-10 09:46:31 +09:00
.npmignore chore: make sure to exclude .eslintcache from published module (#13832) 2023-01-28 11:57:53 +01:00
README.md chore(website): cleanup more links (#11265) 2021-04-02 16:46:35 +02:00
package.json v30.0.4 2025-07-03 08:45:25 +09:00
tsconfig.json chore(jest-cli): Deprecation of the `--init` argument (#14490) 2023-09-19 13:20:10 +02:00

README.md

Jest

🃏 Delightful JavaScript Testing

  • 👩🏻‍💻 Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project.

  • 🏃🏽 Instant Feedback: Failed tests run first. Fast interactive mode can switch between running all tests or only test files related to changed files.

  • 📸 Snapshot Testing: Jest can capture snapshots of React trees or other serializable values to simplify UI testing.

Read More: https://jestjs.io/