You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into this issue with UTs flagging Vue template tags as an "Uncovered line" in component files.
When I change the jest config coverageProvider from its current v8 to babel it will change the number of these uncovered lines and it will change which components it flags as having them, but it doesn't prevent the issue and using babel also causes other real issues to not show up, so it's not a viable solution from what I can tell.
The text was updated successfully, but these errors were encountered:
Running into this issue with UTs flagging Vue
template
tags as an "Uncovered line" in component files.When I change the jest config
coverageProvider
from its currentv8
tobabel
it will change the number of these uncovered lines and it will change which components it flags as having them, but it doesn't prevent the issue and usingbabel
also causes other real issues to not show up, so it's not a viable solution from what I can tell.The text was updated successfully, but these errors were encountered: