tap-mocha-reporter
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -275,5 +275,8 @@ // A facade from the tap-parser to the Mocha "Runner" object. | ||
if (parser.suite) { | ||
//if (test.parent === parser) | ||
// test.parent = parser.suite | ||
parser.suite.tests.push(test) | ||
if (!result.ok) { | ||
for (var p = parser; p && p.suite; p = p.parent) { | ||
p.suite.ok = false | ||
} | ||
} | ||
parser.suite.ok = parser.suite.ok && result.ok | ||
@@ -280,0 +283,0 @@ } |
{ | ||
"name": "tap-mocha-reporter", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Format a TAP stream using Mocha's set of reporters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119312
3629