summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 91052f62cd2..014a8709615 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -56,7 +56,8 @@ module.exports = function(config) {
'apps/files_sharing/js/share.js',
'apps/files_sharing/js/sharebreadcrumbview.js',
'apps/files_sharing/js/public.js',
- 'apps/files_sharing/js/sharetabview.js'
+ 'apps/files_sharing/js/sharetabview.js',
+ 'apps/files_sharing/js/files_drop.js'
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},