Skip to content

Commit

Permalink
Merge branch 'master' into fix-string-prototype-renders
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 13, 2020
2 parents e51b5a4 + 33a8c15 commit d9af71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -106,7 +106,7 @@ module.exports = function(config) {
`local${require('./package.json').version}`,
connectLocationForSERelay: 'localhost',
connectPortForSERelay: 4445,
startConnect: false
startConnect: !!sauceLabs
},

customLaunchers: sauceLabs ? sauceLabsLaunchers : localLaunchers,
Expand Down

0 comments on commit d9af71c

Please sign in to comment.