A typescript project with simple prompts to practice TDD on.
Make sure you have node installed.
npm install
If you get a failure, try npm install --force
npm run test:unit file_name
Using TDD and following the style of Ping Pong Pairing, please satisfy the prompts in the following order
- Numbers
- Drivers
- Movie Store
- Bank
Please do not push back up into this repository