diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
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', |