Another ExpressJS API tutorial for 2021, part 07 — Your first tests

Marcos Henrique da Silva
6 min readMar 23, 2020

We already configured some routes, some services and middlewares, now it is time to introduce some testings to our API

Hi there, if it is your first time arriving here we are creating a series on how to build an API using ExpressJS and Typescript. The first article can be found here.

--

--