File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Run
44
5- The best way to run the Code tests is from within VS Code. Simply press
6- ` CMD+Shift+T ` (` Ctrl+Shift+T ` on Windows) to launch the tests.
5+ The best way to run the Code tests is from within VS Code. Simply press ` CMD+Shift+T ` (` Ctrl+Shift+T ` on Windows) to launch the tests.
76
87If you wish to run the tests from a terminal, from the ` vscode ` folder run:
98
109 cd vscode
1110 mocha
1211
13- Alternatively, you can run them from any browser. Simply open the URL
14- provided by the following command:
12+ Alternatively, you can run them from any browser. Simply open the URL provided by the following command:
1513
1614 cd vscode
1715 mocha --browser
1816
1917## Debug
2018
21- You can use VS Code to debug your tests. Switch to the Debug viewlet,
22- pick the ` Unit Tests ` debug target and press ` Play ` .
19+ You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the ` Unit Tests ` debug target and press ` Play ` .
2320
2421## Coverage
2522
26- The following command will create a ` coverage ` folder at the root
27- of the workspace:
23+ The following command will create a ` coverage ` folder at the root of the workspace:
2824
2925 mocha --coverage
You can’t perform that action at this time.
0 commit comments