Skip to content

Commit 2ebf742

Browse files
committed
remove hard wrap
1 parent 80299a8 commit 2ebf742

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

test/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,24 @@
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

87
If 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

0 commit comments

Comments
 (0)