Hi,
how do I register the app extension components with @vue/test-utils?
I get this error:
[Vue warn]: Unknown custom element: <q-media-player> - did you register the component correctly?
This directive is used in a component template I’d like to test.
Thanks.