####Run the code and test
This project uses Mocha and Chai for testing:
#####Install dependencies:
npm install
npm install -g mocha
npm install -g chai
#####Run tests:
mocha --recursive
#####Add new npm modules:
npm install --save <package name>
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
####Run the code and test
This project uses Mocha and Chai for testing:
#####Install dependencies:
npm install
npm install -g mocha
npm install -g chai
mocha --recursive
npm install --save <package name>