Nuxt 4 Migration, have build working, tests fail
I'm working on a migration to Nuxt 4, I've done the outlined file changes to be in the
It looks like it's trying to somehow look for a
Not sure how to fix this configuration issue so the tests reference into the setup file/ config files at the root.
./app directory. My build work and app seems mostly fine, tests however: It looks like it's trying to somehow look for a
vitest.setup.ts in the /app directory rather than where it seemingly should be which would be the root of the repo.Not sure how to fix this configuration issue so the tests reference into the setup file/ config files at the root.
