Provided by: node-tap_0.7.1-1.1_all 

NAME
tap.js - Test-Anything-Protocol module for Node.js
DESCRIPTION
Usage:
tap <options> <files>
Run the files as tap tests, parse the output, and report the results
OPTIONS
--stderr
Print standard error output of tests to standard error.
--tap Print raw tap output.
--diag Print diagnostic output for passed tests, as well as failed. (Implies --tap)
--gc Expose the garbage collector to tests.
--timeout
Maximum time to wait for a subtest, in seconds. Default: 30
--debug
Pass the '--debug' flag to node for debugging
--debug-brk
Pass the '--debug-brk' flag to node for debugging
--strict
Enforce strict mode when running tests.
--harmony
Enable harmony features for tests.
--version
Print the version of node tap.
--help Print this help.
Please report bugs! https://github.com/isaacs/node-tap/issues
tap.js 0.7.1 February 2016 TAP.JS(1)