You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: producers.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,8 +360,12 @@ that produces and consumes the TAP format.
360
360
361
361
**[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.
362
362
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
+
363
367
**[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/).
365
369
366
370
**[tape](https://github.com/substack/tape)** is a TAP producing test harness
0 commit comments