Difference between revisions of "TDD"
From Wiki2
Line 1: | Line 1: | ||
====[https://github.com/LearnBoost/expect.js/ expect.js syntax]==== | |||
http://thewayofcode.wordpress.com/2013/04/21/how-to-build-and-test-rest-api-with-nodejs-express-mocha/ | http://thewayofcode.wordpress.com/2013/04/21/how-to-build-and-test-rest-api-with-nodejs-express-mocha/ | ||
Revision as of 09:32, 19 March 2014
expect.js syntax
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/
https://github.com/visionmedia/supertest/blob/master/test/supertest.js