Skip to content

Commit

Permalink
Merge pull request #203 from japneetlambdatest/dev
Browse files Browse the repository at this point in the history
spelling errors
  • Loading branch information
japneetlambdatest authored Nov 3, 2022
2 parents b1fcb2f + ecc6238 commit cf3ae01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/utils/set_args.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function sync_args_from_cmd(args) {
lt_config["run_settings"]["exclude_specs"] == [];
}
console.log(
"specs to exclude are ",
"specs to exclude are",
lt_config["run_settings"]["exclude_specs"]
);

Expand Down
2 changes: 1 addition & 1 deletion commands/utils/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = validate_config = function (lt_config, validation_configs) {
lt_config["run_settings"]["cypress_config_file"]
) {
reject(
'Error!! --ccf flag and cypress_config_file is not cupported with cypress>=10,use \n --cy="--config-file <file path>"'
'Error!! --ccf flag and cypress_config_file is not supported with cypress>=10,use \n --cy="--config-file <file path>"'
);
}

Expand Down

0 comments on commit cf3ae01

Please sign in to comment.