-
-
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
feat: remove testURL
option, can be set in testEnvironmentOptions
#10797
Conversation
testURL
option use can be set in "testEnvironmentOptions
testURL
option can be set in testEnvironmentOptions
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.
Fitting to remove this when we stop shipping jsdom by default in Jest 28. Thanks @anje123!
@@ -49,7 +49,7 @@ export default class JSDOMEnvironment implements JestEnvironment<number> { | |||
}) | |||
: undefined, | |||
runScripts: 'dangerously', | |||
url: projectConfig.testURL, | |||
url: 'http://localhost/', |
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.
this keeps our current default
testURL
option can be set in testEnvironmentOptions
testURL
option, can be set in testEnvironmentOptions
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. |
Summary
this is part of the fixes for this issue #7185 , removal of testURL
Test plan
Existing tests.