Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
eamahanna committed Oct 14, 2020
1 parent 5bff3c2 commit 306e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function (config) {
},
files: [
'kbase-extension/static/narrative_paths.js',
{pattern: 'test/unit/spec/nbextensions/appCell2/widgets/*.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 306e1d6

Please sign in to comment.