New project with @nuxt/test-utils fails
I've tried a few times now to set up a new nuxt project with the test module.
During the wizard, the test module prompts if it should add some example tests.
Some of these tests fail
component tests fail due to not being able to access the #imports
And the example e2e test fail due to setup (from @nuxt/test-utils/e2e) hooks bein timed out.
During the wizard, the test module prompts if it should add some example tests.
Some of these tests fail
component tests fail due to not being able to access the #imports
And the example e2e test fail due to setup (from @nuxt/test-utils/e2e) hooks bein timed out.

typescript