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=6ec4c7a9acd6dce77202e637268275b28bda42a1;p=evergreen%2Fpines.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 25d53c4e03..ba80899cb9 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 @@ -17,6 +17,8 @@ module.exports = function(config){ 'build/js/ui-bootstrap.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',