testem-time-reporter
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -31,2 +31,3 @@ /* eslint-env node */ | ||
report: function (prefix, data) { | ||
data.runDuration = data.runDuration || 0; // so that math doesn't break for null/undefined | ||
this.runDuration += data.runDuration; | ||
@@ -33,0 +34,0 @@ let dot = false; |
{ | ||
"name": "testem-time-reporter", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "A testem reporter for highlighting tests", | ||
@@ -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
9784
185