Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 31, 2023
1 parent 255e140 commit 5d19e03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = config => {
const buildId = `github-${env.GITHUB_RUN_ID}_${env.GITHUB_RUN_NUMBER}`;
bundleDirPath = path.join(BASE_BUNDLE_DIR_PATH, buildId);
sauceConfig = {
build: buildId,
build: buildId
};
} else {
console.error(`Local environment (${hostname}) detected`);
Expand Down Expand Up @@ -201,7 +201,6 @@ const addSauceTests = (cfg, sauceLabs) => {
captureTimeout: 120000,
browserNoActivityTimeout: 20000
};
console.log(JSON.stringify(result))
return result;
}
return {...cfg};
Expand Down

0 comments on commit 5d19e03

Please sign in to comment.