aboutsummaryrefslogtreecommitdiff
path: root/test/unit/karma.conf.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-18 20:13:12 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-18 20:13:12 +0100
commit11dd084835a463f95e770ecbc8b6318ba9399498 (patch)
treee934d2fe5d6478caea2f79fb625b387a781ad42f /test/unit/karma.conf.js
parent7e17600ee9bdc1b40dc2a042c01a7fa5579d4d8e (diff)
parent9171b382fe51778165d32410d1ce28185d01c947 (diff)
Merge branch 'status_reducer_rewrite'
Diffstat (limited to 'test/unit/karma.conf.js')
-rw-r--r--test/unit/karma.conf.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unit/karma.conf.js b/test/unit/karma.conf.js
index ce413a43..78910f42 100644
--- a/test/unit/karma.conf.js
+++ b/test/unit/karma.conf.js
@@ -55,7 +55,7 @@ module.exports = function (config) {
// 2. add it to the `browsers` array below.
browsers: ['PhantomJS'],
frameworks: ['mocha', 'sinon-chai'],
- reporters: ['spec'],
+ reporters: ['mocha'],
files: ['./index.js'],
preprocessors: {
'./index.js': ['webpack', 'sourcemap']
@@ -64,6 +64,9 @@ module.exports = function (config) {
webpackMiddleware: {
noInfo: true
},
+ mochaReporter: {
+ showDiff: true
+ },
coverageReporter: {
dir: './coverage',
reporters: [