Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 31, 2023
1 parent 53520cb commit 3e2613e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const addSauceTests = (cfg, sauceLabs) => {
return result;
}, {});

return {
const result = {
...cfg,
reporters: [...cfg.reporters, 'saucelabs'],
browsers: [...cfg.browsers, ...sauceBrowsers],
Expand All @@ -201,6 +201,7 @@ const addSauceTests = (cfg, sauceLabs) => {
captureTimeout: 120000,
browserNoActivityTimeout: 20000
};
console.log(JSON.stringify(result))

Check failure on line 204 in karma.conf.js

View workflow job for this annotation

GitHub Actions / Linting code and markdown

Insert `;`
}
return {...cfg};
};
Expand Down

0 comments on commit 3e2613e

Please sign in to comment.