From 6f74154c1bdba8b4dbdd370619604f6a02d26506 Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Sat, 11 May 2024 17:36:18 +0200 Subject: [PATCH] karma: stop listening on "::" Karma-runner 6.3.20 and later defaults to IPv4, so this removes the warning: WARN [config]: ListenAddress was set to :: but hostname was left as the default: localhost. If your browsers fail to connect, consider changing the hostname option. --- buildprocess/createKarmaBaseConfig.js | 1 - 1 file changed, 1 deletion(-) diff --git a/buildprocess/createKarmaBaseConfig.js b/buildprocess/createKarmaBaseConfig.js index 8a70af79e1..3ccf1ab5d6 100644 --- a/buildprocess/createKarmaBaseConfig.js +++ b/buildprocess/createKarmaBaseConfig.js @@ -13,7 +13,6 @@ module.exports = function (config) { // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/karma-adapter frameworks: ["jasmine"], - listenAddress: "::", // list of files / patterns to load in the browser files: [