Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-11-30 17:40:17 +0300
committerVincent Petry <pvince81@owncloud.com>2016-01-19 18:24:26 +0300
commitffba6d0a7e1988bed1c0f0dfa2334092a65c568d (patch)
tree02e0daa2bf915983f6ec40f574b0ca8640c205d1 /tests/karma.config.js
parent8d41cbb97a7a1fa750db520dc8879da4402f31e3 (diff)
Added system tags GUI in sidebar
Added files details sidebar panel to assign/unassign/rename/delete system tags.
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index df09ee1b310..467b270b350 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -83,6 +83,16 @@ module.exports = function(config) {
testFiles: ['apps/files_versions/tests/js/**/*.js']
},
{
+ name: 'systemtags',
+ srcFiles: [
+ // need to enforce loading order...
+ 'apps/systemtags/js/app.js',
+ 'apps/systemtags/js/systemtagsinfoview.js',
+ 'apps/systemtags/js/filesplugin.js'
+ ],
+ testFiles: ['apps/systemtags/tests/js/**/*.js']
+ },
+ {
name: 'settings',
srcFiles: [
'settings/js/apps.js',