Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
add in my-app module
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Dec 8, 2015
1 parent 67243bc commit 92555b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/karma.conf.js
Expand Up @@ -11,7 +11,8 @@ module.exports = function(config){
],

preprocessors : {
'portal/**/*.js': 'coverage'
'portal/**/*.js': 'coverage',
'my-app/**/*.js': 'coverage'
},

autoWatch: true,
Expand Down

0 comments on commit 92555b0

Please sign in to comment.