Unable to Resolve Auto-Imports in Component Tests #227
Unanswered
Mini-ghost
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am currently writing component tests for my Nuxt project, and I have encountered an issue with auto-imports in one of the components. The component utilizes auto-imports, which seem to be causing difficulties in the testing process. Is there any relevant information or documentation that I can refer to regarding this issue?
The following code is button component and button component unit test:
AtomicButton.vue
components/atomics/__tests__/AtomicButton.test.ts
Error Message
Beta Was this translation helpful? Give feedback.
All reactions