Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# javascript-unit-testing-with-mocha
code about JavaScript Unit test with Mocha, Chai, Sinon

# Javascript-unit-testing-with-mocha
A code about JavaScript Unit test with Mocha, Chai, Sinon.
# Setup
* Install [Nodejs](http://nodejs.org) >= 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 install` to install all dependencies from package.json
* Run `npm test` to run all test specs.
OR
* RUN `bash src/bash/install-n-run-them-all.sh`
* Install [Nodejs](http://nodejs.org)--->= 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 install' to install all dependencies from package.json
* Run 'npm test' to run all test specs.
OR
* RUN 'bash src/bash/install-n-run-them-all.sh'.