mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
fix instructions on how to run tests
This commit is contained in:
parent
2ebf742c94
commit
1bdaaaea40
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user