Skip to content

epostIt/New_TDD_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A workshop to practice Typescript and TDD skills on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published