An open API service indexing awesome lists of open source software.

https://github.com/js-kyle/vscode-mocha-runner

Visual Studio Code extension to run the selected mocha test exclusively
https://github.com/js-kyle/vscode-mocha-runner

Last synced: 7 months ago
JSON representation

Visual Studio Code extension to run the selected mocha test exclusively

Awesome Lists containing this project

README

          

# vscode mocha-runner

This is a basic extension for VSCode written in Typescript

## Features

Right clicking on any mocha `it('should do this, function * (){})` statement will provide the option to
run the selected test exclusively (i.e. just run the selected test rather than the whole test suite.)