Skip to content

Commit 44efdba

Browse files
committed
Update producers.md
1 parent 5c7822a commit 44efdba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

producers.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,15 @@ that runs on [Node.js][node] that has a TAP 'formatter'.
334334
**[Mocha](http://mochajs.org/)** is a [Node.js][node] and browser testing
335335
framework that has a [TAP reporter](http://mochajs.org/#tap).
336336

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.
338340

339341
**[node-tap](https://github.com/isaacs/node-tap)** <span
340342
class="badge">14</span> is a [Node.js][node] test framework and harness toolkit
341343
that produces and consumes the TAP format.
342344

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.
344346

345347
**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
346348
plugin for [QUnit](http://qunitjs.com/).
@@ -354,7 +356,7 @@ the browsers and outputs TAP.
354356
**[Test.Simple](https://github.com/theory/test-simple-js)** is a TAP-emitting
355357
JavaScript test framework.
356358

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.
358360

359361
## <a id="limbo"></a> [Limbo (OS Inferno)](#limbo)
360362

0 commit comments

Comments
 (0)