Skip to content

Commit

Permalink
Merge pull request #7151 from pjonsson/remove-karma-workaround
Browse files Browse the repository at this point in the history
karma: stop listening on "::"
  • Loading branch information
na9da authored Oct 22, 2024
2 parents d2526a8 + 6f74154 commit 65d1101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildprocess/createKarmaBaseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = function (config) {
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ["jasmine"],
listenAddress: "::",

// list of files / patterns to load in the browser
files: [
Expand Down

0 comments on commit 65d1101

Please sign in to comment.