jest@30.4.2
// Delightful JavaScript Testing.
$ npm install jest
downloads/wk
41,223,280
license
MIT
version
30.4.2
published
May 9, 2026
What is jest?
Jest is a JavaScript testing framework that lets you write and run unit tests for your code with minimal configuration. It provides built-in tools for assertions, mocking, code coverage analysis, and snapshot testing, making it useful for testing React applications, Node.js projects, and other JavaScript codebases. Developers use Jest because it's fast, integrates well with common build tools, and offers a straightforward API for writing and organizing tests.
Links
Keywords
Dependencies (4)
Maintainers
aaronabramov, simenb, rickhanlonii, openjs-operations, cpojer