Matteo Gabriele

Results 50 comments of Matteo Gabriele

I'm not sure what this is about

I'm not sure how to help you with this one. Did you manage to fix it?

I'm experiencing a similar issue. I created a small application to identify which package was causing the problem, and it appears to be Vitest v3 when testing a Nuxt 3...

The test repository contains a component and a page with the same code and tests. The main branch uses Vitest 3 but with the broken code coverage. There is another...

just wanted to point out that similar issues with code coverage and Vitest v3 have been spotted in the i18n module https://github.com/nuxt-modules/i18n/issues/3238#issuecomment-2672492536 Maybe it helps, maybe it doesn't. In my...

To eliminate any uncertainties, I have made the exact same application using plain Vue, VueRouter, and Vitest, and it works as expected without any issues. I had to try it.

The coverage will work if I change the folder name of "pages" to "views", for example. It's important to note that changing the value of `dir.pages` in the nuxt.config file...

I completely get the frustration, but just a reminder that open source relies on community effort. It’s important to stay constructive and supportive so we can all work together to...

@jsedanoj, no worries! If you are using Nuxt 2, you must have had a moment before the recent updates when you were able to achieve the correct coverage, right? Have...