From 6326dc62e761b92b87377b30c539f762ed2e9052 Mon Sep 17 00:00:00 2001 From: Sceat <11330271+Sceat@users.noreply.github.com> Date: Fri, 3 Apr 2020 16:04:52 +0200 Subject: [PATCH] [Docs] add an optional emoji version for tap-spec consumer (#501) --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 6854811f..28a66a73 100644 --- a/readme.markdown +++ b/readme.markdown @@ -117,6 +117,7 @@ that will output something pretty if you pipe TAP into them: - [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) +- [tap-spec (emoji patch)](https://github.com/Sceat/tap-spec-emoji) To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!