The JavaScript testing incumbent: batteries included, snapshots, huge ecosystem.
Jest bundles a runner, assertions, mocking, snapshot testing and coverage into one package with sensible defaults. It is the default in React Native and Create React App lineage projects and has by far the largest plugin and matcher ecosystem in JavaScript testing. Meta handed stewardship to the OpenJS Foundation in 2022.
Best for
Free and open source
Open sourceFree tier: Everything, self-hosted
What drives the bill: Free and open source. You pay in engineering time and CI minutes.
Check current pricing on OpenJS Foundation’s siteFigures are indicative and were last reviewed August 2026. Vendors change pricing often; confirm before you commit.
No reviews of Jest yet. If you have used it in anger, yours would be the first.
If Jest is not the right fit, these solve the same problem differently.
Unit & Component
Vite-native test runner with instant watch mode and a Jest-compatible API.
Unit & Component
Minimal, unopinionated Node.js test runner you assemble to taste.
Unit & Component
Behaviour-driven JavaScript testing framework with no external dependencies.
Unit & Component
Concurrent Node.js test runner that isolates every file in its own process.