summaryrefslogtreecommitdiffstats
path: root/tests/karma.config.js
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2018-03-27 01:34:00 +0530
committerAbijeet <abijeetpatro@gmail.com>2018-03-27 01:34:00 +0530
commit16bf9326cb1ccb54351c04193755ade0f49588b4 (patch)
treef286e259821e6c12443cf0c0a3f7b5c95ccc0184 /tests/karma.config.js
parent18096f55d07a47c47e02239d82da5bebae617cec (diff)
downloadnextcloud-server-16bf9326cb1ccb54351c04193755ade0f49588b4.tar.gz
nextcloud-server-16bf9326cb1ccb54351c04193755ade0f49588b4.zip
Fixing failing test cases due to change in functionality.
Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 0254d6a3335..3758636f074 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -93,6 +93,7 @@ module.exports = function(config) {
'apps/comments/js/commentmodel.js',
'apps/comments/js/commentcollection.js',
'apps/comments/js/commentsummarymodel.js',
+ 'apps/comments/js/commentsmodifymenu.js',
'apps/comments/js/commentstabview.js',
'apps/comments/js/filesplugin.js'
],
@@ -223,7 +224,7 @@ module.exports = function(config) {
// serve images to avoid warnings
files.push({pattern: 'core/img/**/*', watched: false, included: false, served: true});
files.push({pattern: 'core/css/images/*', watched: false, included: false, served: true});
-
+
// include core CSS
files.push({pattern: 'core/css/*.css', watched: true, included: true, served: true});
files.push({pattern: 'tests/css/*.css', watched: true, included: true, served: true});