Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QUnit to producers list #185

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,12 @@ that produces and consumes the TAP format.

**[Painless](https://github.com/taylorhakes/painless)** a modern, easy to use test library for [Node.js][node] and browsers that has an optional TAP reporter.

**[QUnit](https://qunitjs.com/)** is a JavaScript unit testing framework
for [Node.js][node] and web browsers that has a [TAP reporter](https://qunitjs.com/api/reporters/tap/)
and uses it by default when used from the command-line.

**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
plugin for [QUnit](http://qunitjs.com/).
plugin for [QUnit](https://qunitjs.com/).

**[tape](https://github.com/substack/tape)** is a TAP producing test harness
for [Node.js][node] and browsers.
Expand Down