From 0a4569dff7df2668a856438433bbd3dfabca33b5 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 15 Feb 2019 09:10:07 +0100 Subject: Move files_sharing additionalscripts over to webpack Signed-off-by: Roeland Jago Douma --- tests/karma.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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', ], -- cgit v1.2.3