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

chore: Update @vue/test-utils #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HaNdTriX
Copy link

@HaNdTriX HaNdTriX commented May 29, 2024

This Change fixes broken stubs when using the latest Vue version.

See the following links for more context:

Info for yarn@1 users

If you can't wait for this PR to be merged & shipped you can use yarn resolutions to force the correct @vue/test-utils version.

package.json

+  "resolutions": {
+    "@testing-library/vue/@vue/test-utils": "^v2.4.6"
+  }

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

Successfully merging this pull request may close these issues.

None yet

1 participant