We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebf742 commit 1bdaaaeCopy full SHA for 1bdaaae
1 file changed
test/README.md
@@ -6,13 +6,13 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi
6
7
If you wish to run the tests from a terminal, from the `vscode` folder run:
8
9
- cd vscode
10
- mocha
+OSX and Linux
11
12
-Alternatively, you can run them from any browser. Simply open the URL provided by the following command:
+ ./test/run.sh
13
14
15
- mocha --browser
+Windows
+
+ test\run
16
17
## Debug
18
0 commit comments