Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cypress): stop ignoring --config-file cypress option (#5580)
This fixes an issue with the implementation of `removeArg()` whereby calling `removeArg(args, "config")` removed argument "--config-file" if provided This commit fixes this by ensuring that calling `removeArg(args, "config")` removes `--config` without removing `--config-file`.
- Loading branch information