Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 454 Bytes

TDD-Workshop

A typescript project with simple prompts to practice TDD on.

Setup

Make sure you have node installed.

npm install

If you get a failure, try npm install --force

Running the tests

npm run test:unit file_name

Workshop

Using TDD and following the style of Ping Pong Pairing, please satisfy the prompts in the following order

  1. Numbers
  2. Drivers
  3. Movie Store
  4. Bank

Please do not push back up into this repository