Hi all,
I’m still struggling with the test setup.
Issue:
“[Vue warn]: Unknown custom element: <q-breadcrumbs> - did you register the component correctly? For recursive components, make sure to provide the “name” option.”
I’m not able to set
" localVue.use(Quasar);"
which is the clue when using vue test-utils.
But the render function of the vue testing-library creates the “localVue” instance internally.
Any hints ?
Andreas
A
Latest posts made by AndreasK
-
RE: Integration with Testing Library
-
RE: Integration with Testing Library
Can anybody confirm that this is the way to go ?
If so, it would be nice to put a how-to in here.
Andreas