file path error in testing: can't find global-setup
I've been banging my head against this for a while but it turns out the example app has the same issue: https://nuxt.com/docs/examples/advanced/testing
open a new terminal, run
I think this is the same issue as reported at https://github.com/nuxt/test-utils/issues/818 but wanted to ask here in case there's a known workaround or anything other than patching test-utils?
open a new terminal, run
nuxi test and get:I think this is the same issue as reported at https://github.com/nuxt/test-utils/issues/818 but wanted to ask here in case there's a known workaround or anything other than patching test-utils?
GitHub
Hi!
Firstly, thanks for your work on this project!
Today I used patch-package to patch @nuxt/test-utils@3.12.1 for the project I'm working on. When starting nuxt test from a fresh install o...
