summaryrefslogtreecommitdiffstats
path: root/tests/karma.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index e5a28b1f0ed..81627abba0a 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -77,17 +77,7 @@ module.exports = function(config) {
{
name: 'comments',
srcFiles: [
- // need to enforce loading order...
- 'apps/comments/js/app.js',
- 'apps/comments/js/templates.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',
- 'apps/comments/js/commentsmodifymenu.js',
- 'apps/comments/js/commentstabview.js',
- 'apps/comments/js/filesplugin.js'
+ 'apps/comments/js/comments.js'
],
testFiles: ['apps/comments/tests/js/**/*.js']
},