diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-16 09:02:48 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-16 09:02:48 +0200 |
commit | 6c532576eea0e8a163989d319a17a6419956bd03 (patch) | |
tree | 3ca12cd1288d60d40ea8e7a9cee88f3b0fb3a729 | |
parent | bee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d (diff) | |
download | nextcloud-server-6c532576eea0e8a163989d319a17a6419956bd03.tar.gz nextcloud-server-6c532576eea0e8a163989d319a17a6419956bd03.zip |
fixup! Move files_drop to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r-- | tests/karma.config.js | 3 |
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'] }, |