Closed
Description
Version
15.6.2
Reproduction link
https://github.com/lsycxyj/vue-l-lazyload/tree/temp/coverage-vue-loader-bug
Steps to reproduce
- Clone this branch: https://github.com/lsycxyj/vue-l-lazyload/tree/temp/coverage-vue-loader-bug
- yarn install
- yarn unitReport
And It will throw the error.
What is expected?
Html report should be produced correctly.
What is actually happening?
It breaks with message like:
ERROR [karma-server]: { Error: ENOENT: no such file or directory, open 'path\to\InViewComp.vue?vue&type=script&lang=js&.html'
I suppose it's related to the weird query parameters after the vue file path. And the html report will be produced correctly if I don't import the single file component of ".vue" files.
Metadata
Metadata
Assignees
Labels
No labels