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

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

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.