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