From 4d4a91cf66c5579055fdbac0e386bae094f110ce Mon Sep 17 00:00:00 2001 From: Jack Case Date: Wed, 10 Dec 2025 00:17:21 +0000 Subject: [PATCH] listen on all interfaces for jasmine-browser --- spec/support/jasmine-browser.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/support/jasmine-browser.mjs b/spec/support/jasmine-browser.mjs index a1a24b1..9f03850 100644 --- a/spec/support/jasmine-browser.mjs +++ b/spec/support/jasmine-browser.mjs @@ -27,11 +27,10 @@ export default { // For security, listen only to localhost. You can also specify a different // hostname or IP address, or remove the property or set it to "*" to listen // to all network interfaces. - listenAddress: "localhost", + listenAddress: "*", // The hostname that the browser will use to connect to the server. hostname: "localhost", - browser: { name: "firefox", headless: true