nieldlr / hanzi

HanziJS is a Chinese character and NLP module for Chinese language processing for Node.js
http://hanzijs.com
MIT License
376 stars 56 forks source link

Unit tests #12

Closed djuretic closed 11 years ago

djuretic commented 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:

npm install

and this to execute the tests:

npm test