karma-spec-reporter
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -82,2 +82,3 @@ require('colors'); | ||
this.onBrowserLog = function(browser, log, type) { | ||
if(config.logLevel === 'DISABLE' || config.logLevel === 'ERROR' || config.logLevel === 'WARN'){return;} | ||
if (this._browsers && this._browsers.length === 1) { | ||
@@ -84,0 +85,0 @@ this.write(this.LOG_SINGLE_BROWSER, type.toUpperCase(), this.USE_COLORS ? log.cyan : log); |
{ | ||
"name": "karma-spec-reporter", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
5363
85