Properly await setProps to update component
setProps() in vue-test-utils is "partially async" and in 1.x will become more async than previous. To be safe and to keep our tests green after migration we need to properly await things
Showing
Please register or sign in to comment