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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-19 16:54:22 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-19 16:54:22 +0300
commit9d36cc72563afc54b614c08bae527da25361ad46 (patch)
tree8e4eeb64d9c7112d504525a9eb6f91a519a3f092 /tests/karma.config.js
parent851f52588999421f7a1119451ddcf90637eb82b4 (diff)
Fix js unit tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/karma.config.js')
-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'