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
path: root/tests
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-04-14 12:13:02 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-04-18 12:36:13 +0300
commit1d6fefd67ee5458d8a562acbd3ad7c3d7379ebb2 (patch)
treefadd16885b50f9f70325e8f079bd627bb830bb56 /tests
parent8b3e3752f246cf3338bbe9caf6e6b3130ffe2f21 (diff)
Fix jsunit tests
JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 06503bf9bf8..14e01d36101 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -84,12 +84,6 @@ module.exports = function(config) {
'apps/comments/js/comments.js'
],
testFiles: ['apps/comments/tests/js/**/*.js']
- },
- {
- name: 'settings',
- srcFiles: [
- 'settings/js/apps.js'
- ]
}
];
}