Open
Description
Environment
- Operating System: Darwin
- Node Version: v20.10.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: compatibilityDate, devtools, future, experimental, ssr, typescript, routeRules, hooks, runtimeConfig, extends, modules, sourcemap, ui, postcss, tailwindcss, vite, nitro, components, css, imports, content, ogImage, i18n
- Runtime Modules: @nuxt/test-utils/[email protected], @pinia/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], @nuxt/[email protected], @vueuse/[email protected], @nuxt/[email protected], [email protected], @nuxt/[email protected], @nuxtjs/[email protected], @nuxt/[email protected], @codecov/[email protected], @nuxtjs/[email protected]
- Build Modules: -
Reproduction
Run -> npm run test
Describe the bug
After some recent dependancy upgrades around Nuxt I'm getting the [nuxt] instance unavailable
error on tests that call functions in server/utils
that use useRuntimeConfig
.
See the reproduction link for an example. Thanks.
Additional context
No response
Logs
No response
Activity