summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-02-19 08:20:16 +0100
committerGitHub <noreply@github.com>2019-02-19 08:20:16 +0100
commitd43095e17b37a3a9a967b0695f5322dfd0f58f16 (patch)
treee6312846380defd97eb68c0b0375096a4205e053 /tests
parent3adf7091fbae303b56300b35708c055037293f96 (diff)
parent0a4569dff7df2668a856438433bbd3dfabca33b5 (diff)
downloadnextcloud-server-d43095e17b37a3a9a967b0695f5322dfd0f58f16.tar.gz
nextcloud-server-d43095e17b37a3a9a967b0695f5322dfd0f58f16.zip
Merge pull request #14218 from nextcloud/enh/files_sharing_to_webpack
Move files_sharing additionalscripts over to webpack
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 954188f5e56..e5a28b1f0ed 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -54,10 +54,8 @@ module.exports = function(config) {
// up with the global namespace/classes/state
'apps/files_sharing/js/app.js',
'apps/files_sharing/js/sharedfilelist.js',
- 'apps/files_sharing/js/share.js',
- 'apps/files_sharing/js/sharebreadcrumbview.js',
+ 'apps/files_sharing/js/additionalScripts.js',
'apps/files_sharing/js/public.js',
- 'apps/files_sharing/js/sharetabview.js',
'apps/files_sharing/js/files_drop.js',
'apps/files_sharing/js/templates.js',
],