LP#1758159: add dependencies needed for egReporter tests to run
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 22 Mar 2018 20:38:41 +0000 (16:38 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 22 Mar 2018 20:35:06 +0000 (16:35 -0400)
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 <gmc@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/test/karma.conf.js

index 25d53c4..ba80899 100644 (file)
@@ -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',