Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Correctly parse list chromeOptions
Chromedriver requires that certain options always be passed as an array. Optimist passes --single-option as a string instead of an array which is invalid. This ensures that we always pass an array, even if a single option is passed via the cli. Fixes angular#4050
- Loading branch information