Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 314 Bytes

Unit Testing

Guided project for Unit Testing module.

In this module we will cover the basics of automated testing and use jest to write unit tests.

Project Setup

  • clone this repository.

Please follow along as the instructor uses Test Driven Development (TDD) to implement a Car that drives.