Jorick van Hees
Jorick van Hees
I'm having the same issue, a lot of my .vue files have 100% coverage while some have 0%, none of them have any tests associated with them, but they report...
So after a bit of researching, it seems that the template is not taken into account when calculating the coverage. This means that only the script is counted as coverage...
I second this, it took me a full day to finally fix this by using the alias. For future references: I got the error "Uncaught SyntaxError: Unexpected token export" in...