jsulpis / nuxt3-template

Nuxt 3 template for public websites

Home Page:https://nuxt3-template-jsulpis.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `@testing-library/vue` for integration tests

jsulpis opened this issue · comments

I would like to use Testing Library for integration tests, but currently there are issues with nuxt 3 auto-imports and I did not manage to finish the setup the way I want.

I managed to have a working integration test for a simple component using the nuxt-vitest module, but for more complex components I still had issues with things that are globally injected, like $t(...) in templates for translations.

I will try again once nuxt-vitest is a bit more mature.