Test Driven Development Practice Project
A college Project for practicing and learning unit testing with mocha and chai.
##Team Members
-GURDEEP KUMAR -GAGANDEEP SINGH
##Setup
1.clone this repository to your machine.
2.Go into the project's root directory,and run the command npm install.
if the command npm test does not work,you may need tom install mocha globally on your machine.Do this with the command npm install -g mocha.
#what we learned working on this project
-I learned how to use chai's assertion syntax for unit tests.
-I learned how chai and java works.
-I learned how to learn from videos