Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-02-03 15:00:55 +0300
committerVincent Petry <pvince81@owncloud.com>2016-02-03 15:00:55 +0300
commit8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b (patch)
tree9b484c1f7102cebd96995c29efd11fbbad870e64 /tests/karma.config.js
parent621f54da514af548bf900f7a1c64af046f53b86d (diff)
Add file row indicator for unread comments
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js2
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']
},