Slightly modified implementation of a tutorial on coffeescript testing (check the link). :)
Go to file
Nils Norman Haukås e0b7a3d4d3 add nogithub badge 2024-01-22 20:35:32 +01:00
src Added feature of checking if task added is neither a string nor a Task object. But I also discovered that the error thrown is not checked properly. 2012-07-11 01:25:27 +02:00
test Added feature of checking if task added is neither a string nor a Task object. But I also discovered that the error thrown is not checked properly. 2012-07-11 01:25:27 +02:00
.gitignore first commit 2012-07-10 12:40:45 +02:00
README.md add nogithub badge 2024-01-22 20:35:32 +01:00
nogithub-badge.svg add nogithub badge 2024-01-22 20:35:32 +01:00
package.json Finished the tutorial :) 2012-07-10 23:48:29 +02:00

README.md

Please don't upload to GitHub

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. :)