Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 277 Bytes

Testing-A-Vending-Machine

About This Vending machine is a Javascript TDD project meant to mock a vending machine

Technology NodeJS Javascript Jest

Installation/Testing Download the repo and then in the root folder run

npm install

Test the code using Jest with

npm test