tap-wrap

0.0.0 • Public • Published

tap-wrap

Test runners like SlimerJS don't automatically exit when tests are finished, and they don't output useful return values. This module wraps Slimer and any other runner that runs TAP tests, kills the subprocess when tests are done, and exits with an informative error code.

usage

$ tap-wrap slimerjs tests.js

Or in package.json:

"test""tap-wrap slimerjs tests.js"

install

npm install --save-dev tap-wrap

Package Sidebar

Install

npm i tap-wrap

Weekly Downloads

0

Version

0.0.0

License

ISC

Last publish

Collaborators

  • tmcw