Skip to content

Commit

Permalink
Another typo in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 1580a03 commit adc86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if (process.env.LAMBDATEST) {
customLaunchers: require('./karma.browserstack.js').customLaunchers,
};

const browserSuiteToUse = process.env.LAMBDATEST
browserSuiteToUse = process.env.LAMBDATEST
? 'ciLT'
: process.env.GH_ACTIONS
? 'ciLocal'
Expand Down

0 comments on commit adc86b7

Please sign in to comment.