From 6c532576eea0e8a163989d319a17a6419956bd03 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 16 Oct 2018 09:02:48 +0200 Subject: fixup! Move files_drop to compiled handlebars Signed-off-by: Roeland Jago Douma --- tests/karma.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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'] }, -- cgit v1.2.3