From: Galen Charlton Date: Thu, 22 Mar 2018 20:38:41 +0000 (-0400) Subject: LP#1758159: add dependencies needed for egReporter tests to run X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6771a9425d6859a09f7d0d1d7fae21f1308b81cf;p=contrib%2FConifer.git LP#1758159: add dependencies needed for egReporter tests to run This patch adds a couple dependencies required for the new egReporter tests to run successfully in rel_3_0. To test, apply the patch and verify that 'grunt all' for the web staff client produces clean results. Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js index 9199e1ea89..d7266cd999 100644 --- a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js +++ b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js @@ -15,6 +15,8 @@ module.exports = function(config){ 'build/js/ui-bootstrap.min.js', 'build/js/hotkeys.min.js', 'build/js/angular-cookies.min.js', + 'build/js/angular-tree-control.js', + 'build/js/context-menu.js', /* OpenSRF must be installed first */ '/openils/lib/javascript/md5.js', '/openils/lib/javascript/JSON_v1.js',