Don't do coverage (errord).

This commit is contained in:
Roger Braun 2016-11-07 18:04:51 +01:00
parent 78db0db637
commit 8d21d749c8

View file

@ -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']