diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-14 21:17:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 21:17:50 +0100 |
commit | fc39b2854983c912fb483f1d0d9c214fbf023108 (patch) | |
tree | 70ffb6704cc59f6c0eb6c51708ac9eddc38e89fa /tests | |
parent | cbd17cded29e2a6ca5a2bc7e52135f74627309c3 (diff) | |
parent | fb1eb967300935a88afca43670d5c642be0dc5db (diff) | |
download | nextcloud-server-fc39b2854983c912fb483f1d0d9c214fbf023108.tar.gz nextcloud-server-fc39b2854983c912fb483f1d0d9c214fbf023108.zip |
Merge pull request #14186 from nextcloud/enh/systemtags_to_webpack
Move systemtags (app) to webpack
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 7ffd5ad4e62..954188f5e56 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -46,6 +46,7 @@ module.exports = function(config) { 'files', 'files_trashbin', 'files_versions', + 'systemtags', { name: 'files_sharing', srcFiles: [ @@ -93,18 +94,6 @@ module.exports = function(config) { testFiles: ['apps/comments/tests/js/**/*.js'] }, { - name: 'systemtags', - srcFiles: [ - // need to enforce loading order... - 'apps/systemtags/js/app.js', - 'apps/systemtags/js/systemtagsinfoview.js', - 'apps/systemtags/js/systemtagsinfoviewtoggleview.js', - 'apps/systemtags/js/systemtagsfilelist.js', - 'apps/systemtags/js/filesplugin.js' - ], - testFiles: ['apps/systemtags/tests/js/**/*.js'] - }, - { name: 'settings', srcFiles: [ 'settings/js/apps.js' |