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
- Host: GitHub
- URL: https://github.com/js-kyle/vscode-mocha-runner
- Owner: js-kyle
- Created: 2017-09-23T04:22:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T09:31:38.000Z (over 8 years ago)
- Last Synced: 2025-01-23T12:46:43.026Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)