Skip to content

Commit

Permalink
fix: preprocessor for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Mar 5, 2018
1 parent 49124cf commit c7e8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -44,7 +44,7 @@ module.exports = function (config) {
// source files, that you wanna generate coverage for
// do not include tests or libraries
// (these files will be instrumented by Istanbul)
'index.js': ['coverage']
'src/**/*.js': ['coverage']
},

// test results reporter to use
Expand Down

0 comments on commit c7e8ee1

Please sign in to comment.