Slightly modified implementation of a tutorial on coffeescript testing (check the link). :)
| src | ||
| test | ||
| .gitignore | ||
| nogithub-badge.svg | ||
| package.json | ||
| README.md | ||
This project is just me following the instructions from this site:
http://net.tutsplus.com/tutorials/javascript-ajax/better-coffeescript-testing-with-mocha/
With some minor adjustments based on the commenters.
After downloading, do "npm install" in the base folder to get the required node_modules to test and run the code. :)