Skip to content

Commit

Permalink
docs: formatting fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 9, 2017
1 parent f24607e commit fcb46ac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,17 +1230,6 @@ By default, `mocha` looks for the glob `./test/*.js` and `./test/*.coffee`, so y

The following editor-related packages are available:

### Mocha Sidebar (VS Code)

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

#### Features

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

### TextMate

The Mocha TextMate bundle includes snippets to make writing tests quicker and more enjoyable. To install the bundle, clone a copy of the [Mocha repo](https://github.com/mochajs/mocha), and run:
Expand Down Expand Up @@ -1268,6 +1257,17 @@ The plugin is titled **NodeJS**, and can be installed via **Preferences** > **Pl

![Emacs Mocha Runner in Action](images/emacs.png)

### Mocha Sidebar (VS Code)

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

#### Features

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

## Examples

Real live example code:
Expand Down

0 comments on commit fcb46ac

Please sign in to comment.