sppmstar

Results 3 issues of sppmstar

### Environment - Operating System: `Darwin` - Node Version: `v14.18.2` - Nuxt Version: `3.0.0-rc.4-27605536.8c2c80e` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` - Runtime Modules: `-` -...

bug
upstream
workaround available

Hi, I was trying to integrate @nuxt/test-utils in my Nuxt application in order to test pages. I already have a bunch of tests written for the components that use @vue/test-utils....

hi, I have nuxt-winston-log setup in my Nuxt 2 app to output to the console transport, as such: ``` winstonLog: { useDefaultLogger: false, loggerOptions: { format: combine(timestamp(), errors({ stack: true...

enhancement
help wanted