Update README.md

This commit is contained in:
Chris Dias 2015-11-16 18:47:22 +01:00
parent 9a9a218213
commit 10ce73b0c9

View File

@ -22,4 +22,10 @@ You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the `
The following command will create a `coverage` folder at the root of the workspace:
mocha --coverage
OSX and Linux
./test/run.sh --coverage
Windows
test\run --coverage