Use correct listenAddress for Karma on node 18+

(cherry picked from commit 50c4f8c6b5)
This commit is contained in:
Jason Elkin
2023-03-14 14:49:56 +00:00
committed by Sebastiaan Janssen
parent 82c21da5b7
commit 53c547fb61

View File

@@ -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,