-
Notifications
You must be signed in to change notification settings - Fork 86
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
mountSuspended
with shallow: true
option gets stuck
#525
Comments
I think what is happening is that shallow rendering is stubbing the Edit: One can explicitly skip stubbing of Suspense via VTU config, but you still get stuck due to implementation details of |
Thanks for the detailed reply 🫶 Yeah I believe it is definitely something worth investigating because for most people keeping the unit tests as isolated as possible is a big factor and I pretty much always used |
Hey there! |
Hello there,
I was trying to use the
mountSuspended
function withshallow: true
but it gets stuck and the test fails timing-out. I also tested and got the same behaviour in the tests from the playground project from this repo (see screenshot below)The text was updated successfully, but these errors were encountered: