summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-16 12:16:31 +0200
committerGitHub <noreply@github.com>2018-10-16 12:16:31 +0200
commit2849f2415425feab04a691318f50577d16c8ec1a (patch)
tree1b615197607da3a82492ea25cd3d7d439ebc6190 /tests
parentad66b0f9ab010ee00d249d6f8512d30332e8a0af (diff)
parent6c532576eea0e8a163989d319a17a6419956bd03 (diff)
downloadnextcloud-server-2849f2415425feab04a691318f50577d16c8ec1a.tar.gz
nextcloud-server-2849f2415425feab04a691318f50577d16c8ec1a.zip
Merge pull request #11839 from nextcloud/csp/files_drop
Move files_drop to compiled handlebars
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']
},