-
Notifications
You must be signed in to change notification settings - Fork 668
Add depth option to shallowMount #867
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
Comments
this feature will help us a lot with performance: #892 |
@eddyerburgh - did you have an idea of how you wanted to implement this? Happy to have a look at picking it up if you haven't. I guess we just want to pass the depth value down to the |
I haven't looked at this recently, but something like that sounds good 👍 |
After discussion, we will not be implementing this. If you have are having perf problems, use If you are having really serious perf problems you absolutely cannot solve, send me a message on Vueland and I will help you make your tests faster to the best of my ability. |
What problem does this feature solve?
Enable shallowMounting more than 1 level deep
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: