VegasChickiChicki

Results 5 comments of VegasChickiChicki

> Would you provide a sandbox please? What's your vitest.config? My vitest.config: ``` import { resolve } from 'path'; import vue from '@vitejs/plugin-vue'; const customElements = ['nuxt-icon']; export default {...

> Would you instead use the configuration in the installation guide? > > > https://github.com/danielroe/nuxt-vitest#installation > > You shouldn't need almost any of your configuration. I fix this. Thanks! But...

> You should remove the vue plugin - Nuxt vitest already does that for y ou. Yes, i do it. But this point is not explicitly specified in the documentation....

In general, everything works, but there is still a question about the warnings in the console. ``` stderr | components/v-page-header/v-page-header.test.js > v-page-header > renders with page title [Vue warn]: Component...