Jest

Delightful JavaScript testing framework from Meta — zero config, snapshot testing, mocking, and code coverage built in.

JavaScript free Open Source testing since 2014

Jest is the dominant JavaScript testing framework — it runs tests in parallel in isolated environments, provides snapshot testing for UI components, and has a built-in mocking library. Its zero-configuration setup works with React, Vue, Node.js, and TypeScript out of the box. Vitest is a modern alternative that reuses Vite’s build pipeline.

// tags

testingunit-testingjavascripttypescriptmockingsnapshotsmeta
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub