-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
TypeError: Cannot read property 'resolveRegistration' of undefined #230
Comments
@Turbo87 - What ember version? What type of test ( |
Ember 2.12
We have been calling I've submitted adopted-ember-addons/ember-data-factory-guy#308 to make the addon compatible with our efforts here. I guess this is not actually a bug in the new API implementation, just an addon that is not yet compatible. |
Ahh, gotcha. Thanks for tracking it down! |
https://github.com/danielspaniel/ember-data-factory-guy/releases/tag/v2.13.8 has the fix for this issue in factory-guy |
@danielspaniel thanks! |
With the new testing APIs I'm hitting this error for a lot of our tests:
which seems to be caused by https://github.com/danielspaniel/ember-data-factory-guy/blob/958a51632e1252e9af949148759f91c13ab77293/addon/utils/load-scenarios.js#L16
/cc @danielspaniel
The text was updated successfully, but these errors were encountered: