Skip to content

Commit 81cb9c3

Browse files
committed
fix(test): node17 resolves localhost to ipv6 instead of ipv4
1 parent bf722c2 commit 81cb9c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/test/karma.conf.js

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ module.exports = function (config) {
4040
]
4141
},
4242

43+
// web server hostname
44+
hostname: '127.0.0.1',
4345

4446
// web server port
4547
port: 9876,

0 commit comments

Comments
 (0)