Running Unit and Integration Tests

Learn to run unit and integration tests using Jest.

In this lesson, we’ll write some integration and unit tests by using one of the most popular test runners in the JavaScript ecosystem: JestJest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows us to write tests with an approachable, familiar, and feature-rich API that gives us results quickly..

Get hands-on with 1200+ tech skills courses.