Skip to content

Commit

Permalink
Fixed coverage definition in karmafile
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Nov 11, 2015
1 parent 0a2cc98 commit 681ac8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -4,7 +4,8 @@ module.exports = function(config) {
frameworks: ['chai-as-promised', 'mocha', 'sinon', 'sinon-chai'],

preprocessors: {
'app/build/**/!(*vendor)/*.js': ['coverage']
'app/build/js/*.js': ['coverage'],
'app/build/tests/*.js': ['coverage']
},

reporters: ['mocha', 'coverage'],
Expand Down

0 comments on commit 681ac8e

Please sign in to comment.