karma-mocha-reporter
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,5 +27,3 @@ 'use strict'; | ||
// disable chalk when colors is set to false | ||
if (config.colors === false) { | ||
chalk.enabled = false; | ||
} | ||
chalk.enabled = config.colors !== false; | ||
@@ -32,0 +30,0 @@ function getLogSymbol (symbol) { |
{ | ||
"name": "karma-mocha-reporter", | ||
"description": "Karma reporter with mocha style logging.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "http://www.litixsoft.de/modules-karmamochareporter", | ||
@@ -50,2 +50,3 @@ "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)", | ||
"grunt-karma": "^0.10.1", | ||
"grunt-shell": "^1.1.2", | ||
"jasmine-core": "2.2.0", | ||
@@ -52,0 +53,0 @@ "karma-detect-browsers": "^1.1.2", |
@@ -100,2 +100,5 @@ # karma-mocha-reporter | ||
## Release History | ||
### v1.0.2 | ||
* enable colors when karma is piped | ||
### v1.0.1 | ||
@@ -102,0 +105,0 @@ * print out all errors in the summary when spec fails |
18951
174
8
280