Skip to content

Commit

Permalink
Tell coverage to ignore the 'node_modules' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed Sep 28, 2018
1 parent dd48d0d commit e8629d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/tests/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(config){
config.set({

preprocessors: {
"app/**/*.js": "coverage",
"app/**/!(node_modules)/**/*.js": "coverage",
'**/*.html': ['ng-html2js']
},

Expand Down

0 comments on commit e8629d1

Please sign in to comment.