Open HaNdTriX opened 5 months ago
This Change fixes broken stubs when using the latest Vue version.
See the following links for more context:
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.
@vue/test-utils
package.json
+ "resolutions": { + "@testing-library/vue/@vue/test-utils": "^v2.4.6" + }
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