test-tap/README.md

12 lines
302 B
Markdown
Raw Permalink Normal View History

# Test-Tap a 0 dependency single file Test Anything Protocol suite.
# Install
copy `src/Tap.mjs` into your source tree.
Eventually I'll see about publishing it to npm but for now this is good enough.
# Use
See the `tests/01_tap.t.js` and `TapHarness.html` for node cli and browser based examples.