create-nuxt-app
create-nuxt-app copied to clipboard
Support Components Discovery with Vue Test Utils
Is your feature request related to a problem? Please describe.
At the moment component discovery works great when serving a page but doesn't work at all when testing a component or page that uses component discovery.
Describe the solution you'd like
For Vue Test Utils when added to a new codebase using yarn create nuxt-app etc. and adding Jest, should support Next.js's component discovery without any changes.
There is a plugin generated in .nuxt/components directory for testing purpose. Would be nice adding to default boilerplate to register in tests