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
Renaming the function error to throwErr (for example) seems to work. I don't know why error is not being covered and is an invalid function name, here.
yanickrochon
changed the title
Wrong coverage
Wrong coverage with function named errorJun 23, 2014
Renaming the function error to throwErr (for example) seems to work. I
don't know why error is not being covered and is an invalid function
name, here.
—
Reply to this email directly or view it on GitHub #6 (comment).
I have to investigate more on what exactly can cause this, but here is the coverage of one of my files :
I had to add the
console.log
to see if these lines were actually being executed or not...Especially when the function is actually being called and properly covered.
The text was updated successfully, but these errors were encountered: