Adding JEST to your Typescript project

Marcos Henrique da Silva
5 min readSep 27, 2021

Continuing my previous article on how to start a Typescript project, now we can add unit test with JEST

Picture of Karolina Grabowska at Pexels

Welcome back. Recently I added an article on how to start your Typescript project from scratch using my minimum CLI. Today we are going to add your initial steps of unit testing with JEST.

--

--