Browse Source

Fix js unit tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v15.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
9d36cc7256
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/karma.config.js

+ 1
- 0
tests/karma.config.js View File

@@ -67,6 +67,7 @@ module.exports = function(config) {
// only test these files, others are not ready and mess
// up with the global namespace/classes/state
'apps/files_external/js/app.js',
'apps/files_external/js/templates.js',
'apps/files_external/js/mountsfilelist.js',
'apps/files_external/js/settings.js',
'apps/files_external/js/statusmanager.js'

Loading…
Cancel
Save