-
Notifications
You must be signed in to change notification settings - Fork 786
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
Cannot read property 'text' of undefined #602
Comments
I had absolutely the same issue before, but I don't actually know how I fixed it. Just removed all node_modules and re-install again. |
@viktordavidovich |
I'm also running into this issue. I'm using nyc@6.6.1 and ava@0.15.2, though. |
Also see #660 |
Due to this error html report is not generated for some files in my case, but only when running subset of unit tests |
+1 |
I am running into the same issue. I am running manual tests on instrumented JS code and have done setup to export coverage objects into json file. However, "istanbul report" does not seem to work and gives the same error as mentioned by @arusakov |
+1 |
I spent the better part of the morning at work getting this to work. Here's what we did:
New schema looks like this (extraneous bits removed):
And the relevant portions of
|
@gotwarlost |
As mentioned by @icfantv I managed to get rid of this issue by using I added these two to my karma config
|
@saulve- can you please provide complete karma config file, bcz I am not able to generate coverage report in VSTS. |
I've downgraded It did not crash before - with So I cannot say if it's |
In coverage reporter (html)
Trace:
Related npm modules:
The text was updated successfully, but these errors were encountered: