Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-15 15:50:12 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-26 11:10:23 +0300
commit41ef3d860cd1a565882cfd84dda72f2d9ad9cef2 (patch)
tree6b88427b1b64274a6d57bb7269f717d27cdbf1a9 /tests/karma.config.js
parentfc105d3bb006c94cc0d88864451252111ce33b16 (diff)
Move comments to webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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']
},