Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 301 Bytes

File metadata and controls

23 lines (19 loc) · 301 Bytes

####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>