From a99a99c4cb36bfc22f37407be3d68d39ea2c5510 Mon Sep 17 00:00:00 2001 From: David Evans Date: Sun, 16 Jun 2019 12:07:57 +0100 Subject: [PATCH] Remove redundant Karma workaround --- spec/support/karma.conf.js | 3 --- spec/support/karma_context.html | 27 --------------------------- 2 files changed, 30 deletions(-) delete mode 100644 spec/support/karma_context.html diff --git a/spec/support/karma.conf.js b/spec/support/karma.conf.js index ccc4fb9..ca9131e 100644 --- a/spec/support/karma.conf.js +++ b/spec/support/karma.conf.js @@ -24,9 +24,6 @@ module.exports = (config) => { config.set({ basePath: '../..', - // See https://github.com/karma-runner/karma/pull/2834 - customContextFile: 'spec/support/karma_context.html', - detectBrowsers: { postDetection: (browsers) => browsers.filter(is_supported_browser), preferHeadless: true, diff --git a/spec/support/karma_context.html b/spec/support/karma_context.html deleted file mode 100644 index 2a9682a..0000000 --- a/spec/support/karma_context.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - %SCRIPTS% - - - -