Closed
Description
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.