Vending machine javascript kata
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^1.6.1^6.26.02
commits
Merge pull request #2 from crustyjuggler/select-product
1e12ba9View on GitHubadded test to check the display after an unsuccessful vend
31a6ef1View on GitHubadded code and test to display PRICE and price of product if not enought money is inserted
2f4c13dView on GitHubadded code and test to change the display after vending THANK YOU is displayed
2947bccView on GitHubadded test and code to vend item if enought money is inserted. minor refactoring
5be8196View on GitHubadded code to actually check if a product is available
d42db46View on GitHubchecked that total is being calculated as expected and added a currency formatter
fd85626View on GitHubrefactored to use Display function - added test for INSERT COINS display
8266cfbView on GitHubmodified test because it was not testing what it is supposed to be testing
72b9e4cView on GitHubadded test for display and refactored app to accept or reject coins properly
4a4c4e3View on GitHubadded check for invalid coins and modified tests to pass coin
e6b9fddView on GitHub