Skip to content
Visual Studio Code extension to run the selected mocha test exclusively
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
test
README.md
package.json
tsconfig.json

README.md

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.)

You can’t perform that action at this time.