Overview: Testing Next.js

Let's explore some of the basics and types of testing.

We'll cover the following...

Introduction

Testing is an essential part of the whole development workflow. It gives us more assurance that we’re not introducing bugs into our code, as well as that we’re not breaking any existing features. ...