diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 13:00:55 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 13:00:55 +0100 |
commit | 8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b (patch) | |
tree | 9b484c1f7102cebd96995c29efd11fbbad870e64 /tests/karma.config.js | |
parent | 621f54da514af548bf900f7a1c64af046f53b86d (diff) | |
download | nextcloud-server-8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b.tar.gz nextcloud-server-8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b.zip |
Add file row indicator for unread comments
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 4a7a9ad236e..fddcfb319eb 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -90,7 +90,7 @@ module.exports = function(config) { 'apps/comments/js/commentmodel.js', 'apps/comments/js/commentcollection.js', 'apps/comments/js/commentstabview.js', - 'apps/comments/js/filesplugin' + 'apps/comments/js/filesplugin.js' ], testFiles: ['apps/comments/tests/js/**/*.js'] }, |