marcel-wtfoxtrot
marcel-wtfoxtrot
@bennyzen Have your tried "next"? This is a fork of your reproduction repo using "next" instead of beta.11 https://stackblitz.com/edit/nuxt-starter-15xf1l?file=package.json,app.vue
@lucasecdb Got the same issue when using vuetify. Vuetify is using a Symbol internally. Running a test for component which is using a Vuetify Component, the test fails with the...
FYI @danielroe I just had a deeper look into this. I've added a couple of breakpoints and ran vitest. Here are a couple of findings: 1. All Plugins are available...
Thank you for this quick response. Also just found this comment within the examples plugin ``` // TODO: investigate why `Symbol()` export without global registry doesn't match ``` https://github.com/nuxt/test-utils/blob/main/examples/app-vitest-full/plugins/inject-value.ts#L1
Same here with Nuxt 3.9. Any way to resovle this?