From 33712e2dd7a89c6c97f58bfe38882631616363c4 Mon Sep 17 00:00:00 2001 From: Ron Gruesbeck Date: Fri, 1 May 2020 07:54:24 -0700 Subject: [PATCH] [readme] add `tape-repeater` (#511) --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index ff187229..4676bce8 100644 --- a/readme.markdown +++ b/readme.markdown @@ -118,6 +118,7 @@ that will output something pretty if you pipe TAP into them: - [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) +- [tape-repeater](https://github.com/rgruesbeck/tape-repeater) To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!