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
The Vue Test Utils built-in transition stub is simple and doesn't cover all of of Vue's [Transition features](https://vuejs.org/guide/built-ins/transition). For instance [javascript hooks](https://vuejs.org/guide/built-ins/transition#javascript-hooks) is not supported. This limitation could potentially lead to Vue warnings.
62
+
63
+
::: tip
64
+
Potential solutions:
65
+
- You can turn off the auto stubbing by setting [global stubs transition](../../api/#global-stubs) to false
66
+
- You can create your own transition stub that can handle these hooks if necessary.
67
+
- You can spy the warning in the test to silence it.
0 commit comments