Skip to content

Commit

Permalink
Run tests on foo.bar.localhost hostname (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson authored and markcellus committed Aug 18, 2022
1 parent ffac30b commit 7a86df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
browsers: ['FirefoxHeadless'],
concurrency: Infinity,
hostname: 'foo.bar.localhost',
});
};

0 comments on commit 7a86df0

Please sign in to comment.