fix instructions on how to run tests

This commit is contained in:
Chris Dias 2015-11-16 10:58:51 +01:00
parent 2ebf742c94
commit 1bdaaaea40

View file

@ -6,13 +6,13 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi
If you wish to run the tests from a terminal, from the `vscode` folder run:
cd vscode
mocha
OSX and Linux
Alternatively, you can run them from any browser. Simply open the URL provided by the following command:
./test/run.sh
cd vscode
mocha --browser
Windows
test\run
## Debug