aboutsummaryrefslogtreecommitdiffstats
path: root/tests/karma.config.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2023-09-18 16:19:23 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2023-09-18 16:44:28 +0200
commitef1abd958c3aff7cfb56d83f5fb3b6c692845e17 (patch)
tree1f12667422033e260ebe978528a1ce064d53186c /tests/karma.config.js
parentfb30aa0902478b301fdfbb21af1df58effca459b (diff)
downloadnextcloud-server-ef1abd958c3aff7cfb56d83f5fb3b6c692845e17.tar.gz
nextcloud-server-ef1abd958c3aff7cfb56d83f5fb3b6c692845e17.zip
fix(systemtags): fix capabilities and sidebar + tag visibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 31fcae5de32..c164c662926 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -65,7 +65,6 @@ module.exports = function(config) {
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},
- 'systemtags',
'files_trashbin',
];
}