diff options
author | Lucas Azevedo <lhs_azevedo@hotmail.com> | 2023-09-14 00:56:59 -0300 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-16 14:08:47 +0200 |
commit | 03ece129bf930f8e16be69a28a7a1faa369d8e1c (patch) | |
tree | 22e542d5bb1fb5ff731d0928ff627e704147bc86 /tests | |
parent | f8ccaf8d580c60fa0bb44a81326023d5131a2df2 (diff) | |
download | nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.tar.gz nextcloud-server-03ece129bf930f8e16be69a28a7a1faa369d8e1c.zip |
refactor(f2v): Migrate unread comments action to the new FileAction API
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 064ac196b3e..31fcae5de32 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -50,13 +50,6 @@ module.exports = function(config) { 'files', 'files_versions', { - name: 'comments', - srcFiles: [ - 'dist/comments-comments.js' - ], - testFiles: ['apps/comments/tests/js/**/*.js'] - }, - { name: 'files_sharing', srcFiles: [ // only test these files, others are not ready and mess |