-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
Test coverage report not working. #187
Comments
Any solution to this? I just tried a new project
Thx |
I'd like to chime in here, I'm facing essentially the same problem, currently with vue-jest 3.0.5 I can't get any coverage report for vue files. all I get are for js files. |
Just an update if anyone's following this issue: as explained in another issue (#217) the problem seems to be related to latest version of jest v25. Downgrading seems to be a decent enough workaround to this problem for the meantime |
Downgrading to |
Provably it's a same issue with #217. |
The test coverage report is not working. Terminal details and html report, both are not being generated.
I created a project with vue cli 3.0 to do the tests. Available in github: https://github.com/xereda/vue-3.0
Commands executed:
Report not generated:
The text was updated successfully, but these errors were encountered: