summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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',