summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-09 13:31:00 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-09 13:31:00 +0100
commita6ade67dfbbae562634e9cce47d53f1aa78ad7e4 (patch)
tree4ccbbc41b87d13e9cd44f9cbc01c0506534348d3 /tests
parent9639981041ba5d430b055eb1f4806c203ed2f7b7 (diff)
parent847a2426b8614b8fd5f7d05175dc4885a8a45e9c (diff)
downloadnextcloud-server-a6ade67dfbbae562634e9cce47d53f1aa78ad7e4.tar.gz
nextcloud-server-a6ade67dfbbae562634e9cce47d53f1aa78ad7e4.zip
Merge pull request #22197 from owncloud/files-filterbysystemtags
Add file list filter to filter by system tags
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 2b569fb7584..111af7a1559 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -101,6 +101,7 @@ module.exports = function(config) {
// need to enforce loading order...
'apps/systemtags/js/app.js',
'apps/systemtags/js/systemtagsinfoview.js',
+ 'apps/systemtags/js/systemtagsfilelist.js',
'apps/systemtags/js/filesplugin.js'
],
testFiles: ['apps/systemtags/tests/js/**/*.js']