Node.js and Mocha framework - app trying the mocha test-framework and chai.
$ mkdir node_mocha
$ cd node_mocha
$ npm init
$ npm install mocha --save
$ npm install chai --save
git clone git@github.com:esl4m/node_mocha_test.git
cd to the folder
$ mocha tests --recursive --watch
or
$ ./node_modules/mocha/bin/mocha
or to test one testing file :
$ ./node_modules/mocha/bin/mocha tests/test.js