mocha-reporter-multiplexer
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -21,3 +21,3 @@ 'use strict'; | ||
var stream = reporters[key], | ||
reporter = new Reporter(ee); | ||
reporter = new Reporter(ee, { name: testGroup }); | ||
@@ -24,0 +24,0 @@ runnerEvents.forEach(function (event) { |
{ | ||
"name": "mocha-reporter-multiplexer", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Mocha reporter that gives you more useful control over output of other Mocha reporters", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"bamp": "bamp" | ||
}, | ||
@@ -22,3 +23,6 @@ "repository": { | ||
"mocha": "2.0.x" | ||
}, | ||
"devDependencies": { | ||
"bamp": "^1.0.11" | ||
} | ||
} | ||
} |
4930
1