Skip to content

Commit 58323bd

Browse files
authored
Add QUnit to producers list (#185)
1 parent 078342b commit 58323bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

producers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,12 @@ that produces and consumes the TAP format.
360360

361361
**[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.
362362

363+
**[QUnit](https://qunitjs.com/)** is a JavaScript unit testing framework
364+
for [Node.js][node] and web browsers that has a [TAP reporter](https://qunitjs.com/api/reporters/tap/)
365+
and uses it by default when used from the command-line.
366+
363367
**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
364-
plugin for [QUnit](http://qunitjs.com/).
368+
plugin for [QUnit](https://qunitjs.com/).
365369

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

0 commit comments

Comments
 (0)