Skip to content

Commit

Permalink
Use correct listenAddress for Karma on node 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonElkin authored and nul800sebastiaan committed Mar 15, 2023
1 parent daf5446 commit 50c4f8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Umbraco.Web.UI.Client/test/config/karma.conf.js
Expand Up @@ -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,
Expand Down

0 comments on commit 50c4f8c

Please sign in to comment.