-
-
Notifications
You must be signed in to change notification settings - Fork 54
Bumping to 1.1.0 stops tests from running #95
Comments
ember-qunit
imported from dispatcher/tests/test-helper
a t http://localhost:7357/assets/vendor.js, line 144
Can you create an empty repo that demonstrates the issue? I'd love to dig in, and a reproduction will be very helpful... |
Of course, here it is [https://github.com/oliverwilkie/dispatcher] .I basically just did an |
Check that out and then run |
Awesome, thank you! Will try to look soon. |
@oliverwilkie this app is crashing by default, because it does not have a fully installed ember-cli-mirage. Please be sure your reproduction is for the issue you have. |
this error appears to be a side-affect of another error, scrolling up we see. Which indicates someone is trying to |
@duboff something in your vendor.js is crashing, likely do to syntax error or some other runtime error. Please investigate that thoroughly If you cannot figure it out, please open a new discrete issue with a reproduction. |
Yeah, I figured our issue is different but cannot reproduce it now. Probably one of the other addons |
@oliverwilkie source of the issue appears to be something in This does not appear to be an ember-cli issue, rather something funky with an upstream dependency. Unfortunately we do not have the capacity to consider what appears to be a bug in a non-default package addon. If it turns out something is wrong in ember-cli we can reopen. |
My quick guess is that an upgraded mock-socket would fix it. as it appears to have relevant changes since the version bundled with ember-cli-mock-socket was released. |
Thanks for looking into it! |
Ember CLI version: 1.13.13
Bumping from
1.0.5
to1.1.0
stops my tests from running with the following outputI made sure I deleted
ember-qunit
Let me know what else I can provide.
The text was updated successfully, but these errors were encountered: