karma-spec-reporter
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -96,3 +96,3 @@ require('colors'); | ||
var reporterCfg = config.specReporter || {}; | ||
var prefixes = config.specReporter.prefixes || { | ||
var prefixes = reporterCfg.prefixes || { | ||
success: '✓ ', | ||
@@ -99,0 +99,0 @@ failure: '✗ ', |
{ | ||
"name": "karma-spec-reporter", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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
5877