coffeestructures
v0.0.1
Published
CoffeeScript Data Structures
Downloads
1
Readme
coffeestructures
Data structures in cofffeescript
Testing
To run the tests just type
cake test
in the app directory
Setting Up For Testing
To be able to run the tests, you need to have two node modules installed
in your general namespace, mocha, and chai.
Use
npm install -g mocha
npm install -g chai