As we implement new functionality, we need to make sure that all previous functionality works and that no code breaks. To do this, we need to adapt TDD (test driven development). We'll be using mocha (http://visionmedia.github.io/mocha/) TDD framework to do so.
Links to help:
As we implement new functionality, we need to make sure that all previous functionality works and that no code breaks. To do this, we need to adapt TDD (test driven development). We'll be using mocha (http://visionmedia.github.io/mocha/) TDD framework to do so. Links to help: