diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
commit | da0462015507053c4424f62c32a4a182301fae22 (patch) | |
tree | 8ea008a05a11719ab042eedd72c9dacec997eef2 /tests | |
parent | dd2f62e3e479a9e9aa8a624d8961d8645c8c1aad (diff) | |
parent | 85bec3ffcb0e2c948c57cee2817307af2826d847 (diff) | |
download | nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.tar.gz nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.zip |
Merge pull request #22101 from owncloud/comments-filerow
Add file row indicator for unread comments
Diffstat (limited to 'tests')
-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 4a7a9ad236e..2b569fb7584 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -89,8 +89,9 @@ 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' + 'apps/comments/js/filesplugin.js' ], testFiles: ['apps/comments/tests/js/**/*.js'] }, |