Skip to content

Commit

Permalink
restore karma.conf to run all frontend tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Oct 23, 2020
1 parent 3a89179 commit f41024d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ module.exports = function (config) {
},
files: [
'kbase-extension/static/narrative_paths.js',
{pattern: 'test/unit/spec/narrative_core/kbaseNarrativeStagingDataTab-spec.js', included: false},
// {pattern: 'test/unit/spec/**/*.js', included: false},
{pattern: 'test/unit/spec/**/*.js', included: false},
{pattern: 'node_modules/jasmine-ajax/lib/mock-ajax.js', included: true},
{pattern: 'kbase-extension/static/ext_components/kbase-ui-plugin-catalog/src/plugin/modules/data/categories.yml', included: false, served: true},
{pattern: 'kbase-extension/static/**/*.css', included: false, served: true},
Expand Down

0 comments on commit f41024d

Please sign in to comment.