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
I don't think we should add this to vue-test-utils. Waiting for promises/ timeouts to resolve isn't a vue specific problem. I'm happy to discuss this though because a few people have requested a similar feature.
You can wait for promises to resolve using flush-promises.
I second this shouldn't be in vue-test-utils. This is a common request - but I think people really asking "how do I do this" rather than "make the feature".
I think the best solution is a guide in the docs how on to deal with async.
Perhaps similar to: https://www.npmjs.com/package/enzyme-wait
The text was updated successfully, but these errors were encountered: