Skip to content

Commit 09d79ce

Browse files
committed
Mocha Sidebar: capitalization tweaks + remove huge gif [ci skip]
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
1 parent a7ff660 commit 09d79ce

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

docs/index.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,20 +1230,16 @@ By default, `mocha` looks for the glob `./test/*.js` and `./test/*.coffee`, so y
12301230

12311231
The following editor-related packages are available:
12321232

1233-
### Mocha Sidebar (VS code)
1233+
### Mocha Sidebar (VS Code)
12341234

12351235
[Mocha sidebar](https://marketplace.visualstudio.com/items?itemName=maty.vscode-mocha-sidebar) is the most complete mocha extension for vs code.
12361236

1237-
#### mocha side bar supports the following features
1238-
* [x] see all tests in vscode side bar menu
1239-
* [x] run tests for each level hierarchy from all tests to a single test (and each describe of course)
1240-
* [x] debug tests for each level hierarchy from all tests to a single test (and each describe of course)
1241-
* [x] auto run tests on file save
1242-
* [x] see tests results directly in the code editor
1243-
* [x] run/debug results directly from the code editor
1244-
1245-
![Demo showing mocha menu operation](https://raw.githubusercontent.com/maty21/mocha-sidebar/master/tutorial.gif)
1237+
#### Features
12461238

1239+
* [x] see all tests in VS Code sidebar menu
1240+
* [x] run & debug tests for each level hierarchy from all tests to a single test (and each describe of course)
1241+
* [x] auto run tests on file save
1242+
* [x] see tests results directly in the code editor
12471243

12481244
### TextMate
12491245

0 commit comments

Comments
 (0)