jeffglanville / node-test1-guided

[Lambda School] Guided Project for Node Testing 1 Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing

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.

Project Setup

  • 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.

About

[Lambda School] Guided Project for Node Testing 1 Module

License:Other