Delightful JavaScript testing framework with zero configuration
Jest is Facebook's JavaScript testing framework, the most popular choice for unit and integration testing in the JavaScript ecosystem. It provides a complete testing solution with test runner, assertion library, mocking, code coverage, and snapshot testing in a single package. Jest's zero-config approach, parallel test execution, and intelligent test filtering make it productive out of the box. It's the default for React and widely used with Node.js, Vue, and Angular.