diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-07 18:04:51 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-07 18:04:51 +0100 |
| commit | 8d21d749c88ced0467b5e6e6dd8da41ba8580b3f (patch) | |
| tree | 3be87f7d495ebca10e990476dd9280029ef7c483 /test/unit/karma.conf.js | |
| parent | 78db0db637ca0976e767ef43eaf5239fdb5de3c8 (diff) | |
Don't do coverage (errord).
Diffstat (limited to 'test/unit/karma.conf.js')
| -rw-r--r-- | test/unit/karma.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
