This is an old revision of the document!
Mocha Testing
Installation
- 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
This is an old revision of the document!
$ npm install -g mocha $ npm install should
$ mocha