-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: validate testURL
as CLI option
#10595
Conversation
d5f5cb5
to
5e966da
Compare
Hi @SimenB . The PR is ready for review! |
LGTM |
How about renaming it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This makes sense 👍
We squash merge, so multiple commits doesn't matter. They don't hurt either of course, but you don't have to worry too much about the commit history of your PRs 🙂 |
testURL
as CLI option
Thanks @victorphoenix3! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves #8889
Currently running
jest --testURL "https://localhost"
fails with--testURL
being treated asUnrecognized CLI Parameter
.