Skip to content

Commit

Permalink
fix instructions on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdias committed Nov 16, 2015
1 parent 2ebf742 commit 1bdaaae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bdaaae

Please sign in to comment.