Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index fb460ad850d..06503bf9bf8 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -53,10 +53,14 @@ module.exports = function(config) {
// only test these files, others are not ready and mess
// up with the global namespace/classes/state
'apps/files_sharing/js/app.js',
- 'apps/files_sharing/js/sharedfilelist.js',
'apps/files_sharing/js/dist/additionalScripts.js',
- 'apps/files_sharing/js/public.js',
+ 'apps/files_sharing/js/dist/files_sharing_tab.js',
+ 'apps/files_sharing/js/dist/files_sharing.js',
+ 'apps/files_sharing/js/dist/main.js',
+ 'apps/files_sharing/js/dist/sidebar.js',
'apps/files_sharing/js/files_drop.js',
+ 'apps/files_sharing/js/public.js',
+ 'apps/files_sharing/js/sharedfilelist.js',
'apps/files_sharing/js/templates.js',
],
testFiles: ['apps/files_sharing/tests/js/*.js']