-
Notifications
You must be signed in to change notification settings - Fork 46
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
Global error: TypeError: undefined is not an object (evaluating 'data.length') at http://localhost:7357/assets/test-loader.js, line 115 #143
Comments
does coverage show up in the browser?
|
It doesn't. |
Are you running with ?coverage -jeff
|
Correct: On Fri, Jun 3, 2016 at 4:23 PM, Jeff Schilling [email protected]
|
Same here. This showed up in completely new project with Ember CLI 2.6.2. |
Same problem. When this will be fixed ? |
I don't know about @jschilli, but I personally won't have time to look into this until at least next week - anyone who has time to provide additional debugging information would be appreciated |
Hi. I had the same issue with Ember CLI 2.6.2 but it appears that during the update, I also accidentally resolved blanket version to 1.1.7. Rolling back to the original 1.2.1 based fork fixed the issue for me. |
After upgrading from 0.8.0 to 0.9.4, I started getting this error when coverage is enabled:
This may be related to #135, but the issue is not resolved by commit
#c992c5efb4d154292a5c04233727a7a282f0e318
.Let me know if there's any additional info that would help.
The text was updated successfully, but these errors were encountered: