Guided project for Unit Testing module.
In this module we will cover the basics of automated testing and use jest
to write unit tests.
- clone this repository.
Please follow along as the instructor uses Test Driven Development (TDD) to implement a Car that drives.