You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's interesting is that my failure only occurs when isolate: false is used. Setting isolate: true makes the problem go away. The error also doesn't happen when focusing on specific tests in watch mode. It only shows up when running my entire test suite.
Rolling back to 0.33.0 fixes the issue.
Reproduction
I haven't been able to reproduce via StackBlitz in a minimal scenario yet, so it's possible it's caused by some interplay between other tests, or perhaps the order in which tests run?
Any advice on what the issue might be? Maybe I can give it another try.
Describe the bug
After upgrading from
vitest
version 0.33.0 to 0.34.0 I'm seeing this failure in any tests which rely on theURL
global:I'm guessing this is related to the change in:
What's interesting is that my failure only occurs when
isolate: false
is used. Settingisolate: true
makes the problem go away. The error also doesn't happen when focusing on specific tests in watch mode. It only shows up when running my entire test suite.Rolling back to 0.33.0 fixes the issue.
Reproduction
I haven't been able to reproduce via StackBlitz in a minimal scenario yet, so it's possible it's caused by some interplay between other tests, or perhaps the order in which tests run?
Any advice on what the issue might be? Maybe I can give it another try.
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: