-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Add async option #8240
Add async option #8240
Conversation
Do you think it would make sense to use an ENV variable so it is completely stripped out in normal builds? |
what's up with this amazing feature? |
Example repo using this branch with Vue Test Utils—https://github.com/eddyerburgh/vue-sync-proof-of-concept |
Waiting for that too, Vuetify is near impossible to test on vue-test-utils. I'm seeing errors related to _transitionClasses not defined everywhere. |
Is this still going into 2.6? |
It should be out in 2.5.18 |
@eddyerburgh is there any ETA on 2.5.18 ? |
|
This is an option intended only for testing purposes, and should not be used in application code.
This is an option intended only for testing purposes, and should not be used in application code.
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
dev
branch for v2.x (or to a previous version branch), not themaster
branchfix #xxx[,#xxx]
, where "xxx" is the issue number)Other information:
Closes #8200
We can use this in Vue Test Utils to run tests synchronously without editing Vue internals