From 2b4b3b1986e58305c08941f77a693a80cc3d5b85 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 1 Nov 2017 11:27:04 +0100 Subject: adjust jsunit tests Signed-off-by: Arthur Schiwon --- tests/karma.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/karma.config.js') diff --git a/tests/karma.config.js b/tests/karma.config.js index 07dc2965346..fb613857e91 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -88,6 +88,8 @@ module.exports = function(config) { srcFiles: [ // need to enforce loading order... 'apps/comments/js/app.js', + 'apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js', + 'apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js', 'apps/comments/js/commentmodel.js', 'apps/comments/js/commentcollection.js', 'apps/comments/js/commentsummarymodel.js', -- cgit v1.2.3