We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf722c2 commit 81cb9c3Copy full SHA for 81cb9c3
resources/test/karma.conf.js
@@ -40,6 +40,8 @@ module.exports = function (config) {
40
]
41
},
42
43
+ // web server hostname
44
+ hostname: '127.0.0.1',
45
46
// web server port
47
port: 9876,
0 commit comments