code about JavaScript Unit test with Mocha, Chai, Sinon
- Install Nodejs >= v6.10.3
- Install Mocha by running the command
$ npm install --global mocha - Clone this Project and navigate to the javascript-unit-testing-with-mocha/xx directory in command line (xx is like 01)
- Run
npm installto install all dependencies from package.json - Run
npm testto run all test specs. OR - RUN
bash src/bash/install-n-run-them-all.sh