Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 31, 2023
1 parent 3e2613e commit b1ca83c
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 @@ -182,7 +182,7 @@ const addSauceTests = (cfg, sauceLabs) => {
}
};
if (browserName === 'firefox') {
result[sauceBrowser]['moz:debuggerAddress'] = true;
result[sauceBrowser]['sauce:options']['moz:debuggerAddress'] = true;
}
return result;
}, {});
Expand All @@ -202,6 +202,7 @@ const addSauceTests = (cfg, sauceLabs) => {
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 result;
}
return {...cfg};
};
Expand Down

0 comments on commit b1ca83c

Please sign in to comment.