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
Right now custom directives are not available when running tests. For example I have a custom uppercase directive and when testing the text field component I get:
[Vue warn]: Failed to resolve directive: uppercase
at <MountSuspendedComponent >
at <MountSuspendedHelper>
at <Anonymous ref="VTU_COMPONENT" >
at <VTUROOT>
Additional information
Would you be willing to help implement this feature?
Describe the feature
Right now custom directives are not available when running tests. For example I have a custom uppercase directive and when testing the text field component I get:
Additional information
Final checks
The text was updated successfully, but these errors were encountered: