JavaScript projects: Node, Express, Postgres API - Part 3 - Testing our config

Опубликовано: 30 Январь 2026
на канале: Coding with Stephen
88
5

Welcome to coding with Stephen, this video forms part of our Building a Node, Express, Postgres API service.

The repo for this project can be found on github here: https://github.com/BGZStephen/coding-..., if you want to follow along, download the repo and check out the branch: part-3-start

In this video, we'll be covering off the following:

Setting up jest
Adding jest configuration for unit testing
Adding tests for the config part of the application
Adding tests for the startup part of the application