Failed to load url #imports
Describe the bug
When run my test I have this error: Failed to load url #imports (resolved id: #imports) in (path). Does the file exist? In my vitest.config --> plugins: [Vue(), AutoImport({ dts: true, imports: ["vue", { "#imports": ["defineNuxtPlugin"] }] })],
Reproduction
my github repository https://github.com/estefaniagg2020/test_nuxt.git
code online https://potential-rotary-phone-g6jqvrvwv79cgwj.github.dev/
npm install npm run test
System Info
Nuxt 3.
Used Package Manager
npm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.
We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.
hi, where did you find the #imports syntax
:eyes: