diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-13 09:58:24 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-01 16:38:06 +0200 |
commit | 38480fda3cd1f10652bc1e854207b074921e66b8 (patch) | |
tree | c4c9112123f649802c9f86d056fe6da5e89be068 /tests | |
parent | 385f987a28a535e8b6b0020693daa5347093c186 (diff) | |
download | nextcloud-server-38480fda3cd1f10652bc1e854207b074921e66b8.tar.gz nextcloud-server-38480fda3cd1f10652bc1e854207b074921e66b8.zip |
feat(files_external): migrate to vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 1b36dbfed5c..064ac196b3e 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -72,19 +72,6 @@ module.exports = function(config) { ], testFiles: ['apps/files_sharing/tests/js/*.js'] }, - { - name: 'files_external', - srcFiles: [ - // only test these files, others are not ready and mess - // up with the global namespace/classes/state - 'apps/files_external/js/app.js', - 'apps/files_external/js/templates.js', - 'apps/files_external/js/mountsfilelist.js', - 'apps/files_external/js/settings.js', - 'apps/files_external/js/statusmanager.js' - ], - testFiles: ['apps/files_external/tests/js/*.js'] - }, 'systemtags', 'files_trashbin', ]; |