Skip to content

The Complete Node.js Course: Unit Testing

Introduction

What is Automated Testing

Benefits of Automated Testing

Types of Tests

Test Paramid

Tooling

Writing Your First Unit Test

Continuously Running Tests

Exercise- Testing the FizzBuz

Creating Simple Mock Functions

Interaction Testing

Jest Mock Functions

What to Unit Test

Recap