Replies: 1 comment
-
add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been using the test-utils for a little bit now, and I'm adding it to a new nuxt project that uses a component library that gets installed as a plugin. However when I'm mounting the App in a test it's telling me it cannot resolve the component.
[Vue warn]: Failed to resolve component: q-container
These components work just fine when I actually run the app without any console log errors.
My plugin is installed via:
and the test:
Has anyone else had this issue when using test-utils, or have any suggestions of what I can look into to resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions