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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,11 +334,15 @@ that runs on [Node.js][node] that has a TAP 'formatter'.
334
334
**[Mocha](http://mochajs.org/)** is a [Node.js][node] and browser testing
335
335
framework that has a [TAP reporter](http://mochajs.org/#tap).
336
336
337
+
[node]: https://nodejs.org
338
+
339
+
**[node](https://nodejs.org/docs/latest-v18.x/api/test.html#test-runner)** >= version 18 has an experimental *built-in* test runner which facilitates the creation of JavaScript tests that produce results in TAP format.
class="badge">14</span> is a [Node.js][node] test framework and harness toolkit
339
343
that produces and consumes the TAP format.
340
344
341
-
**[Painless](https://github.com/taylorhakes/painless)** a modern, easy to use test library for node and browsers that has an optional TAP reporter.
345
+
**[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.
342
346
343
347
**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
344
348
plugin for [QUnit](http://qunitjs.com/).
@@ -352,9 +356,7 @@ the browsers and outputs TAP.
352
356
**[Test.Simple](https://github.com/theory/test-simple-js)** is a TAP-emitting
353
357
JavaScript test framework.
354
358
355
-
**[zora](https://github.com/lorenzofox3/zora)** is a TAP producer with pure ES6 support for node.js and browsers without babel.
356
-
357
-
[node]: https://nodejs.org/en/
359
+
**[zora](https://github.com/lorenzofox3/zora)** is a TAP producer with pure ES6 support for [Node.js][node] and browsers without babel.
0 commit comments