I have a vue3 app tested in vitest. I am using vuetify for components in the app. Unfortunately, vuetify components e.g. <v-btn>, <v-icon>, are not recognised by vitest.
In the console, I get errors like the one in the attached image
How can I tell vitest to treat them as vuetify components?
BTW I also use typescript