Skip to content

Commit

Permalink
typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent adc86b7 commit 3aabd0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*/
let karmaCommon;
const ltBrowsers = require('./karma.lambdatest.js').customLaunchers;
let browserSuiteToUse;

const webdriverConfig = {
hostname: 'hub.lambdatest.com',
Expand Down Expand Up @@ -133,16 +132,17 @@ if (process.env.LAMBDATEST) {

customLaunchers: require('./karma.browserstack.js').customLaunchers,
};

browserSuiteToUse = process.env.LAMBDATEST
? 'ciLT'
: process.env.GH_ACTIONS
? 'ciLocal'
: process.env.NODE_ENV === 'release'
? 'pre_npm_publish'
: 'local'; // Developer local machine
}

const browserSuiteToUse = process.env.LAMBDATEST
? 'ciLT'
: process.env.GH_ACTIONS
? 'ciLocal'
: process.env.NODE_ENV === 'release'
? 'pre_npm_publish'
: 'local'; // Developer local machine


const defaultBrowserMatrix = require('./karma.browsers.matrix');

/**
Expand Down

0 comments on commit 3aabd0e

Please sign in to comment.