Closed djuretic closed 11 years ago
I've added some unit tests, and I've modified package.json so you can do this to install mocha when you are in the code's base directory:
package.json
npm install
and this to execute the tests:
npm test
I've added some unit tests, and I've modified
package.json
so you can do this to install mocha when you are in the code's base directory:and this to execute the tests: