aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-10-16 14:06:49 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-10-16 22:11:59 +0200
commite8c1e2c611e6cc783e45abc036ee9d55d3a426d8 (patch)
tree6b4f1f6868a9734f9c589a058a9e716fecaef421 /tests
parent5be832344eacb8328600d256c3090671c3f582d2 (diff)
downloadnextcloud-server-e8c1e2c611e6cc783e45abc036ee9d55d3a426d8.tar.gz
nextcloud-server-e8c1e2c611e6cc783e45abc036ee9d55d3a426d8.zip
fix(code-style): Adjust JS code to our code style
This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 2847b046b25..db8e6e9734d 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -41,14 +41,8 @@ module.exports = function(config) {
// up with the global namespace/classes/state
'dist/files_sharing-additionalScripts.js',
'dist/files_sharing-files_sharing_tab.js',
- 'dist/files_sharing-files_sharing.js',
'dist/files_sharing-main.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']
},
'files_trashbin',
];