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-3
Original file line number
Diff line number
Diff line change
@@ -334,13 +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 >= 18](https://nodejs.org/docs/latest-v18.x/api/test.html#test-runner)** has an experimental built-in test runner which facilitates the creation of JavaScript tests that produce results in TAP format.
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
341
343
that produces and consumes the TAP format.
342
344
343
-
**[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.
344
346
345
347
**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
346
348
plugin for [QUnit](http://qunitjs.com/).
@@ -354,7 +356,7 @@ the browsers and outputs TAP.
354
356
**[Test.Simple](https://github.com/theory/test-simple-js)** is a TAP-emitting
355
357
JavaScript test framework.
356
358
357
-
**[zora](https://github.com/lorenzofox3/zora)** is a TAP producer with pure ES6 support for node.js and browsers without babel.
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