Merge pull request #11937 from nextcloud/fix/files_external_js_tests

Fix js unit tests
pull/11926/head
Roeland Jago Douma 7 years ago committed by GitHub
commit 0b27487f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/karma.config.js

@ -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