From 6ec4c7a9acd6dce77202e637268275b28bda42a1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 22 Mar 2018 16:38:41 -0400 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/staff/test/karma.conf.js | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.11.0