vuejs / test-utils

Vue Test Utils for Vue 3
https://test-utils.vuejs.org
MIT License
1.04k stars 245 forks source link

chore: add migration step for deprecated ref syntax in findAllComponents #2498

Closed lorenzvanherwaarden closed 1 week ago

lorenzvanherwaarden commented 3 months ago

The ref syntax is indeed not working, see https://gitlab.com/groups/gitlab-org/-/epics/14954, so I figured this could be part of the migration guide from v1 to v2.

netlify[bot] commented 3 months ago

Deploy Preview for vue-test-utils-docs ready!

Name Link
Latest commit 002e9889139bb89ca2aa0077c587a8bb711f792e
Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/66c683685111840008eda455
Deploy Preview https://deploy-preview-2498--vue-test-utils-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lorenzvanherwaarden commented 3 months ago

@cexbrayat could you review this one?