development:testing:mocha:start

This is an old revision of the document!


Mocha Testing

  • install the mocha & should plugins via npm
$ npm install -g mocha
$ npm install should
  • create test folder and put test case there
  • to run test, just issue command mocha
$ mocha
  • development/testing/mocha/start.1412011578.txt.gz
  • Last modified: 2014/09/30 01:26
  • by don.lee