diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 16:18:14 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 16:18:14 +0100 |
commit | 85bec3ffcb0e2c948c57cee2817307af2826d847 (patch) | |
tree | 57d26e0d40e50d12da4d6913c3d30529a1e924cb /tests/karma.config.js | |
parent | 8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b (diff) | |
download | nextcloud-server-85bec3ffcb0e2c948c57cee2817307af2826d847.tar.gz nextcloud-server-85bec3ffcb0e2c948c57cee2817307af2826d847.zip |
Reset comments read marker after loading comments
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index fddcfb319eb..2b569fb7584 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -89,6 +89,7 @@ module.exports = function(config) { 'apps/comments/js/app.js', 'apps/comments/js/commentmodel.js', 'apps/comments/js/commentcollection.js', + 'apps/comments/js/commentsummarymodel.js', 'apps/comments/js/commentstabview.js', 'apps/comments/js/filesplugin.js' ], |