https://github.com/jsardev/vscode-node-tap
Test runner for tap in node.js VSCode extension
https://github.com/jsardev/vscode-node-tap
Last synced: about 1 year ago
JSON representation
Test runner for tap in node.js VSCode extension
- Host: GitHub
- URL: https://github.com/jsardev/vscode-node-tap
- Owner: jsardev
- Created: 2018-08-26T20:23:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T21:52:32.000Z (about 5 years ago)
- Last Synced: 2025-01-25T20:13:42.596Z (over 1 year ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-node-tap
This is a simple VSCode extension which runs `tap` on the current opened file in VSCode.
## Usage
Just press `F8` while having your `tap` test file opened.
## Caveats
This doesn't work for unsaved, untitled files.