Last active
August 29, 2015 13:57
-
-
Save padwasabimasala/9744878 to your computer and use it in GitHub Desktop.
Node Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modular Express Setup with CoffeeScript | |
https://gist.github.com/padwasabimasala/9744843 | |
Test Express with Supertest | |
https://github.com/visionmedia/supertest | |
Mocha & CoffeeScript Setup | |
http://www.virgentech.com/blog/2013/01/bdd-in-node-js-with-mocha-should-and-coffeescript.html | |
- Add --recursive to mocha.opts | |
- Change compiler to coffee:coffee-script/register for CoffeeScript version >= 1.6 | |
TDD with Mocha CoffeeScript and Chai | |
http://code.tutsplus.com/tutorials/better-coffeescript-testing-with-mocha--net-24696 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment