diff --git a/karma.conf.js b/karma.conf.js index c1ebf053..9681fdba 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -35,7 +35,7 @@ module.exports = function(config) { browsers: ['PhantomJS'], // The reporters with which to surface test results. reporters: [ - 'dots', + 'spec', 'coverage', 'junit' ], diff --git a/package.json b/package.json index f767120a..69aedd30 100644 --- a/package.json +++ b/package.json @@ -59,12 +59,13 @@ "karma-junit-reporter": "0.3.7", "karma-phantomjs-launcher": "0.1.4", "karma-phantomjs-shim": "1.0.0", + "karma-spec-reporter": "0.0.26", "karma-threshold-reporter": "0.1.15", "numeral": "1.5.3", "pre-commit": "1.1.2", - "reconnectingwebsocket": "1.0.0", "react-test-kit": "git@github.com:Smaato/react-test-kit.git#v0.1.0", "react-transform-hmr": "1.0.1", + "reconnectingwebsocket": "1.0.0", "run-sequence": "1.1.2", "sizzle": "2.2.0", "vinyl-source-stream": "1.1.0",