Skip to content

Commit

Permalink
Exclude components we shouldn't be testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Oct 24, 2017
1 parent 9373496 commit e68a7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = function (config) {
],
exclude: [
'kbase-extension/static/buildTools/*.js',
'kbase-extension/static/ext_components/**/test/**/*.js'
'kbase-extension/static/ext_components/**/test/**/*.js',
'kbase-extension/static/kbase/js/patched-components/**/*'
],
// test results reporter to use
// possible values: 'dots', 'progress'
Expand Down

0 comments on commit e68a7ba

Please sign in to comment.