coffeescript-testing-tutorial/README.md

11 lines
422 B
Markdown
Raw Permalink Normal View History

2024-01-22 20:35:32 +01:00
[![Please don't upload to GitHub](nogithub-badge.svg)](https://nogithub.codeberg.page)
2012-07-10 12:40:45 +02:00
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. :)