Skip to content

Commit

Permalink
Reformat karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Oct 30, 2019
1 parent f95de1c commit f2d9416
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,10 @@ module.exports = function(config) {
captureTimeout: 0,

sauceLabs: {
build:
'CI #' +
process.env.TRAVIS_BUILD_NUMBER +
' (' +
process.env.TRAVIS_BUILD_ID +
')',
build: `CI #${process.env.TRAVIS_BUILD_NUMBER} (${process.env.TRAVIS_BUILD_ID})`,
tunnelIdentifier:
process.env.TRAVIS_JOB_NUMBER ||
'local' + require('./package.json').version,
`local${require('./package.json').version}`,
connectLocationForSERelay: 'localhost',
connectPortForSERelay: 4445,
startConnect: false
Expand Down

0 comments on commit f2d9416

Please sign in to comment.