Skip to content

Commit

Permalink
Merge pull request #1864 from kbase/fix-tests
Browse files Browse the repository at this point in the history
fix test path
  • Loading branch information
eamahanna committed Oct 14, 2020
2 parents 5bff3c2 + 77d4d10 commit 20802b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ branches:
- develop
- master
- py3-update
- truss

before_install:
- gem install coveralls-lcov
Expand Down
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 20802b5

Please sign in to comment.