From 0ccaec9841b1f3355958fa6a5077242389340373 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 14 Apr 2020 11:13:02 +0200 Subject: 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 --- tests/karma.config.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/karma.config.js') 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' - ] } ]; } -- cgit v1.2.3