Package Exports
- tap
- tap/bin/run
- tap/bin/run.js
- tap/lib/stack.js
- tap/lib/test
- tap/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-tap
A TAP test framework for Node.js.
It includes a command line test runner for consuming TAP-generating test scripts, and a JavaScript framework for writing such scripts.
- Getting started guide
- Built-in test coverage
- Many reporter formats
- Extensive API featuring:
- Great promise support
- Comprehensive assert library
- Other advanced stuff
- Command-line interface for running tests (whether they use node-tap or not)
All this is too much to manage in a single README file, so head over to the website to learn more.