summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-01 19:11:22 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-04 09:53:44 +0200
commitd281f2625d0896f9231d0987f7a752c01e73e6b6 (patch)
tree77c0370729d745f2d6eadca4150c5243ecebcf8c /tests
parent187953153a76e67d4ffa7b3f5af4169665b5d653 (diff)
downloadnextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.tar.gz
nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.zip
Move Comments to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-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 0fd9b7b8019..93b7b4113f2 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -87,6 +87,7 @@ module.exports = function(config) {
srcFiles: [
// need to enforce loading order...
'apps/comments/js/app.js',
+ 'apps/comments/js/templates.js',
'apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js',
'apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js',
'apps/comments/js/commentmodel.js',