Skip to content

Commit

Permalink
Merge pull request #656 from gemini-testing/HERMIONE-331.fix_vulnerab…
Browse files Browse the repository at this point in the history
…ilities

fix: vulnerabilities
  • Loading branch information
KuznetsovRoman authored Sep 9, 2022
2 parents 286bda0 + 7c3e942 commit decc309
Show file tree
Hide file tree
Showing 5 changed files with 4,379 additions and 4,380 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
4 changes: 2 additions & 2 deletions lib/browser/history/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const scopes = {
exports.getBrowserCommands = () => Object.keys(wdioBrowserCommands);
exports.getElementCommands = () => Object.keys(wdioElementCommands);
exports.createScope = (elementScope) => elementScope
? scopes.ELEMENT
: scopes.BROWSER;
? scopes.ELEMENT
: scopes.BROWSER;
2 changes: 1 addition & 1 deletion lib/worker/hermione-facade.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = class HermioneFacade {
debug('sync config');

ipc.on('master.syncConfig', ({config} = {}) => {
delete config.system.mochaOpts.grep; // grep affects only master
delete config.system.mochaOpts.grep; // grep affects only master
this._hermione.config.mergeWith(config);

debug('config synced');
Expand Down
Loading

0 comments on commit decc309

Please sign in to comment.