Skip to content

Commit

Permalink
Merge pull request #1611 from openhealthcare/1300-karma-defaults
Browse files Browse the repository at this point in the history
Move Pathway and Search Javascripts into the karma_defauts.js
  • Loading branch information
fredkingham committed Oct 25, 2018
2 parents 61303e5 + 355ff15 commit 2cb6bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module.exports = function(config){
var includedFiles = [
'opal/app.js',
'opal/routes.js',
'../../core/pathway/static/js/pathway/**/*.js',
'../../core/search/static/js/search/**/*.js',
'test/*.js',
'../../core/search/static/js/test/*',
'../../core/pathway/static/js/test/*',
Expand Down
2 changes: 2 additions & 0 deletions opal/tests/js_config/karma_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = function(includedFiles, baseDir, coverageFiles){
'opal/services/flow.js',
'opal/controllers_module.js',
'opal/controllers/*.js',
'../../core/pathway/static/js/pathway/**/*.js',
'../../core/search/static/js/search/**/*.js',
'test/test_helper.js'
];

Expand Down

0 comments on commit 2cb6bc0

Please sign in to comment.