Guided project for Node Testing 1 module.
In this module we will cover the basics of automated testing and use jest
to write unit tests.
- fork and clone this repository.
- CD into the folder where you cloned your fork.
- type npm install to download dependencies.
Please follow along as the instructor uses Test Driven Development (TDD) to implement the add()
feature of a simple calculator
.