lmiller1990 / vue-testing-handbook

A guide on testing Vue components and applications
https://lmiller1990.github.io/vue-testing-handbook/
876 stars 160 forks source link

Stub components updates for Vue 3 #187

Closed bikingbadger closed 3 years ago

bikingbadger commented 3 years ago

vue-test-utils for Vue 3 depreciated find for checking the components. I was getting an error and upon investigating found that findComponent should be used. I updated the docs to show the updates.