Test Driven Developement in Javascript using mocha and chai
TDD - Is a software development approach where test are written before actual implementation is done.
Its a RED-GREEN-REFACTOR process which requires your test to fail after the first run.
To run this: type npm test in your terminal after npm install to get all the dependcies.