Test Driven Development with Jest Setup

Setup

Let’s set up a new project to learn testing.

Make a new directory called test-driven-development-with-jest, then enter this directory:

mkdir test-driven-development-with-jest
cd test-driven-development-with-jest

Open the contents of the directory in VS Code:

code .