fix coverage

This commit is contained in:
Keegan
2016-01-27 11:22:08 -08:00
parent 4826711c83
commit 67d2258bb6
+3 -2
View File
@@ -29,6 +29,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'src/scripts/**/*.js',
'test/spec/**/*.js'
],
@@ -38,8 +39,8 @@ module.exports = function(config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'test/spec/**/*.js': ['browserify'],
'src/*.js': ['coverage']
'src/scripts/**/*.js': ['browserify'],
'test/spec/**/*.js': ['browserify']
},
// test results reporter to use