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
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-16 10:02:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-16 10:02:48 +0300
commit6c532576eea0e8a163989d319a17a6419956bd03 (patch)
tree3ca12cd1288d60d40ea8e7a9cee88f3b0fb3a729 /tests
parentbee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d (diff)
fixup! Move files_drop to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 83392851163..fe5b7a79d18 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -56,7 +56,8 @@ module.exports = function(config) {
'apps/files_sharing/js/sharebreadcrumbview.js',
'apps/files_sharing/js/public.js',
'apps/files_sharing/js/sharetabview.js',
- 'apps/files_sharing/js/files_drop.js'
+ 'apps/files_sharing/js/files_drop.js',
+ 'apps/files_sharing/js/templates.js',
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},