Skip to content

Commit 37e52a5

Browse files
authored
update Node tap producer (#173)
* add Node tap producer * Update producers.md
1 parent 5f4ee13 commit 37e52a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

producers.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +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]: 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.
340+
337341
**[node-tap](https://github.com/isaacs/node-tap)** <span
338342
class="badge">14</span> is a [Node.js][node] test framework and harness toolkit
339343
that produces and consumes the TAP format.
340344

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

343347
**[qunit-tap](https://github.com/twada/qunit-tap)** is a TAP output producer
344348
plugin for [QUnit](http://qunitjs.com/).
@@ -352,9 +356,7 @@ the browsers and outputs TAP.
352356
**[Test.Simple](https://github.com/theory/test-simple-js)** is a TAP-emitting
353357
JavaScript test framework.
354358

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

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

0 commit comments

Comments
 (0)