ctci/javascript at master · chenliangcode/ctci · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

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