testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.06k stars 110 forks source link

chore: Update @vue/test-utils #316

Open HaNdTriX opened 1 month ago

HaNdTriX commented 1 month ago

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"
+  }