From 7b2164e0db1c9c75666dcaff209c3d4eb2e1e307 Mon Sep 17 00:00:00 2001 From: Kevin Gisi Date: Mon, 8 Jun 2015 08:34:52 -0400 Subject: [PATCH] Update Karma config to include the new directives --- karma.conf.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index 98136061be..c002709a77 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -53,7 +53,16 @@ module.exports = function(config) { "website/public/js/filters/filters.js", - "website/public/js/directives/directives.js", + "website/public/js/directives/focus-me.directive.js", + "website/public/js/directives/from-now.directive.js", + "website/public/js/directives/habitrpg-tasks.directive.js", + "website/public/js/directives/hrpg-sort-checklist.directive.js", + "website/public/js/directives/hrpg-sort-tags.directive.js", + "website/public/js/directives/hrpg-sort-tasks.directive.js", + "website/public/js/directives/popover-html-popup.directive.js", + "website/public/js/directives/popover-html.directive.js", + "website/public/js/directives/task-focus.directive.js", + "website/public/js/directives/when-scrolled.directive.js", "website/public/js/controllers/authCtrl.js", "website/public/js/controllers/notificationCtrl.js", @@ -70,7 +79,7 @@ module.exports = function(config) { "website/public/js/controllers/hallCtrl.js", 'test/spec/mock/**/*.js', 'test/spec/specHelper.js', - 'test/spec/*.js' + 'test/spec/**/*.js' ], // list of files / patterns to exclude