From 24487cb1d99d569b6324050ab58af1a2c0c43f0d Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 29 Jul 2019 20:30:10 -0400 Subject: [PATCH] add tap-nyc to pretty-reporters tap-nyc is compatible with both tape and the nyc code coverage module --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 1cf5a080..b49f6123 100644 --- a/readme.markdown +++ b/readme.markdown @@ -116,6 +116,7 @@ that will output something pretty if you pipe TAP into them: - [tap-html](https://github.com/gabrielcsapo/tap-html) - [tap-react-browser](https://github.com/mcnuttandrew/tap-react-browser) - [tap-junit](https://github.com/dhershman1/tap-junit) +- [tap-nyc](https://github.com/MegaArman/tap-nyc) To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!