karma-spec-reporter
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -65,3 +65,3 @@ require('colors'); | ||
result.log.forEach(function(log) { | ||
msg += formatError(log, '\t'); | ||
msg += '\n' + formatError(log, '\t'); | ||
}); | ||
@@ -68,0 +68,0 @@ |
{ | ||
"name": "karma-spec-reporter", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A Karma plugin. Report all spec-results to console (like mocha's spec reporter).", | ||
@@ -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
4200