In Nuxt 4.2.0 it's great that we have auto-imports, but it doesn't work in the unit tests. So if I e.g. have
app/utils/helper.ts
app/utils/helper.ts
it works great using it across the Nuxt application, but it will fail in the tests if it e.g. uses another util inside that is auto-imported. Isn't there some way to have the auto-imports be available in the