Skip to content

The Complete Node.js Course: Integration Testing

Introduction

Preparing the App

Setting Up the Test Db

Your First Integration Test

Pipulating the Test Db

Testing Routes with Parameters

Validating ObjectIDs

Refactoring with Confidence

Tesing the Authorization

Testing the Invalid Inputs

Testing the Happy Path

Writing Clean Tests

Testing the Auth Middleware

Unit Testing the Auth Middleware

Code Coverage

Recap