https://github.com/zaphar/test-tap
Javascript TAP testing library with no browser assumptions or dependencies
https://github.com/zaphar/test-tap
Last synced: over 1 year ago
JSON representation
Javascript TAP testing library with no browser assumptions or dependencies
- Host: GitHub
- URL: https://github.com/zaphar/test-tap
- Owner: zaphar
- Created: 2008-12-26T21:40:22.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T21:49:46.000Z (over 2 years ago)
- Last Synced: 2025-04-13T12:12:06.240Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.