Skip to content

Commit 1bdaaae

Browse files
committed
fix instructions on how to run tests
1 parent 2ebf742 commit 1bdaaae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi
66

77
If you wish to run the tests from a terminal, from the `vscode` folder run:
88

9-
cd vscode
10-
mocha
9+
OSX and Linux
1110

12-
Alternatively, you can run them from any browser. Simply open the URL provided by the following command:
11+
./test/run.sh
1312

14-
cd vscode
15-
mocha --browser
13+
Windows
14+
15+
test\run
1616

1717
## Debug
1818

0 commit comments

Comments
 (0)