Skip to content

Instantly share code, notes, and snippets.

@padwasabimasala
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padwasabimasala/9744878 to your computer and use it in GitHub Desktop.
Save padwasabimasala/9744878 to your computer and use it in GitHub Desktop.
Node Notes
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