Use correct listenAddress for Karma on node 18+
(cherry picked from commit 50c4f8c6b5)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
82c21da5b7
commit
53c547fb61
@@ -79,6 +79,9 @@ module.exports = function (config) {
|
||||
// CLI --runner-port 9100
|
||||
runnerPort: 9100,
|
||||
|
||||
// Add support for new DNS resolution in Node 17+
|
||||
listenAddress: '::',
|
||||
|
||||
// enable / disable colors in the output (reporters and logs)
|
||||
// CLI --colors --no-colors
|
||||
colors: true,
|
||||
|
||||
Reference in New Issue
Block a user