aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-19 19:30:57 +0200
committerGitHub <noreply@github.com>2018-10-19 19:30:57 +0200
commit0b27487f83e1f0697c0375aeffee5802a1b717fb (patch)
tree5e12f5c2d725c4cb2884c51d89449fd54e4716fa
parent97717ae3a72d160cdbb9658f577db8f3d8f22f81 (diff)
parent9d36cc72563afc54b614c08bae527da25361ad46 (diff)
downloadnextcloud-server-0b27487f83e1f0697c0375aeffee5802a1b717fb.tar.gz
nextcloud-server-0b27487f83e1f0697c0375aeffee5802a1b717fb.zip
Merge pull request #11937 from nextcloud/fix/files_external_js_tests
Fix js unit 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 fe5b7a79d18..fc49056e177 100644
--- a/tests/karma.config.js
+++ b/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'