We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theoretically we should be able to support async components imported by the tested component when using mocha-webpack with the following config:
mocha-webpack
target: 'node'
webpack
optimizeSSR: false
vue-loader
But there are still some issues right now that prevents it from working. Need to investigate a bit further.
Most of the time splitting is done at route level so this is not a high priority concern, but would be nice to figure it out down the road.
The text was updated successfully, but these errors were encountered:
Hey @yyx990803, seemingly there is a working test that exercises dynamically imported components. (link) Am I missing something?
Sorry, something went wrong.
JessicaSachs
No branches or pull requests
Theoretically we should be able to support async components imported by the tested component when using
mocha-webpack
with the following config:target: 'node'
forwebpack
optimizeSSR: false
forvue-loader
But there are still some issues right now that prevents it from working. Need to investigate a bit further.
Most of the time splitting is done at route level so this is not a high priority concern, but would be nice to figure it out down the road.
The text was updated successfully, but these errors were encountered: