mocha-reporter-multiplexer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mocha-reporter-multiplexer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Mocha reporter that gives you more useful control over output of other Mocha reporters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,4 @@ # What is it? | ||
`require-string` is a string to be passed to require(), so you could use, for example, `mocha/lib/reporters/dot` or `mocha-unfunk-reporter`. `stream` is a writable stream. | ||
# Why would I use it? | ||
@@ -22,0 +24,0 @@ |
3730
30