diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-15 13:50:12 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-26 09:10:23 +0100 |
commit | 41ef3d860cd1a565882cfd84dda72f2d9ad9cef2 (patch) | |
tree | 6b88427b1b64274a6d57bb7269f717d27cdbf1a9 /tests/karma.config.js | |
parent | fc105d3bb006c94cc0d88864451252111ce33b16 (diff) | |
download | nextcloud-server-41ef3d860cd1a565882cfd84dda72f2d9ad9cef2.tar.gz nextcloud-server-41ef3d860cd1a565882cfd84dda72f2d9ad9cef2.zip |
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.js | 12 |
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'] }, |