Skip to main content

Jest

Recommendation
Updated
Moved
HOLD
2022-04-06

What is it

Jest is a JavaScript and TypeScript testing framework used to ensure the correctness of your code. It can be combined with react-testing-library to test your React components.

When to use it

Prefer Vitest over Jest.

How to learn it

Installation and setup instructions can be found here. Getting started with TypeScript can be found here. Examples of Jest tests using react-testing-library can be found here.