Skip to content

Commit

Permalink
fix(test): node17 resolves localhost to ipv6 instead of ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Mar 10, 2022
1 parent bf722c2 commit 81cb9c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ module.exports = function (config) {
]
},

// web server hostname
hostname: '127.0.0.1',

// web server port
port: 9876,
Expand Down

0 comments on commit 81cb9c3

Please sign in to comment.