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
I think the Overriding route-action for integration tests section of the README.md file might need to be updated because this.container appears to undefined inside of module --> hooks (Ember v3.0.0, Ember Data v3.0.1, jQuery v3.3.1). Instead, I found that using this.owner.__registry__ or this.owner.__container__.registry seems to work.
The text was updated successfully, but these errors were encountered:
I think the Overriding route-action for integration tests section of the
README.md
file might need to be updated becausethis.container
appears to undefined inside ofmodule
-->hooks
(Ember v3.0.0, Ember Data v3.0.1, jQuery v3.3.1). Instead, I found that usingthis.owner.__registry__
orthis.owner.__container__.registry
seems to work.The text was updated successfully, but these errors were encountered: