Difference between revisions of "TDD"
From Wiki2
Line 12: | Line 12: | ||
http://taylor.fausak.me/2013/02/17/testing-a-node-js-http-server-with-mocha/ | http://taylor.fausak.me/2013/02/17/testing-a-node-js-http-server-with-mocha/ | ||
http://www.wekeroad.com/2012/02/25/testing-your-model-with-mocha-mongo-and-nodejs/ |
Revision as of 12:12, 10 March 2014
http://stackoverflow.com/questions/9517880/how-does-one-unit-test-routes-with-express
https://github.com/azat-co/rest-api-express/blob/master/express.test.js
http://stackoverflow.com/questions/14665115/writing-tests-for-rest-api-nodejs-mongodb
http://visionmedia.github.io/mocha/
http://taylor.fausak.me/2013/02/17/testing-a-node-js-http-server-with-mocha/
http://www.wekeroad.com/2012/02/25/testing-your-model-with-mocha-mongo-and-nodejs/