Skip to content

Commit

Permalink
remove ui settings from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Sep 9, 2017
1 parent 7e4ba81 commit c04d73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ module.exports = function (config) {
browsers: ['Chrome'],
captureTimeout: 60000,
singleRun: false,
preprocessors: { 'src/js/**/!(app|intro|outro).js': 'coverage' },
preprocessors: {
'src/js/**/!(app|intro|outro|ui|settings).js': 'coverage'
},
coverageReporter: {
type: 'lcov',
dir: 'test/coverage/',
Expand Down

0 comments on commit c04d73a

Please sign in to comment.