Skip to content
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

MountSuspended should consider any directives added to the vue app #959

Closed
3 of 4 tasks
joel-wenzel opened this issue Sep 30, 2024 · 0 comments · Fixed by #960
Closed
3 of 4 tasks

MountSuspended should consider any directives added to the vue app #959

joel-wenzel opened this issue Sep 30, 2024 · 0 comments · Fixed by #960

Comments

@joel-wenzel
Copy link
Contributor

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:

[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?
  • Could this feature be implemented as a module?

Final checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant