We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in this issue and many others, Ember.testing is not reliable at runtime if it is destructured: mainmatter/ember-simple-auth#1476
Ember.testing
This addon probably needs to call Ember.testing directly for it to be reliable.
The text was updated successfully, but these errors were encountered:
don't destructure Ember.testing
afbb1c0
Fixes sethwebster#45.
fix: Don't destructure Ember.testing (#46)
8f59e4a
* don't destructure Ember.testing Fixes #45. * fix setResolver import deprecation * longer timer in test to fix flakiness
Successfully merging a pull request may close this issue.
As discussed in this issue and many others,
Ember.testing
is not reliable at runtime if it is destructured: mainmatter/ember-simple-auth#1476This addon probably needs to call
Ember.testing
directly for it to be reliable.The text was updated successfully, but these errors were encountered: