Skip to content

Commit

Permalink
test(e2e): prefer ipv6 address for old-karma-version (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 26, 2022
1 parent 09c12f2 commit 5dcca2d
Show file tree
Hide file tree
Showing 3 changed files with 2,920 additions and 2,920 deletions.
3 changes: 2 additions & 1 deletion e2e/test/karma-old-version/karma.conf.js
Expand Up @@ -2,6 +2,7 @@ module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai'],
files: ['src/*.js', 'test/*.js'],
browsers: ['ChromeHeadless']
browsers: ['ChromeHeadless'],
listenAddress: '::'
});
};

0 comments on commit 5dcca2d

Please sign in to comment.