From 8d21d749c88ced0467b5e6e6dd8da41ba8580b3f Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 7 Nov 2016 18:04:51 +0100 Subject: [PATCH] Don't do coverage (errord). --- test/unit/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/karma.conf.js b/test/unit/karma.conf.js index 048b7290..ce413a43 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', 'coverage'], + reporters: ['spec'], files: ['./index.js'], preprocessors: { './index.js': ['webpack', 'sourcemap']