-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
needs
not resolving after module change
#262
Comments
Perhaps a bit of a clue, 0.4.22 output: 0.4.23 output: Test module:
Here's the stack trace from the test:
Ember: 2.4.6 |
Apologies to everyone affected, I'm looking into and will hopefully have a fix shortly |
awesome ~ thanks, @trentmwillis! |
No worries, these things happen - feel free to ping if I can provide any more info. |
We've reverted the changes introduced in |
v2.1.0...v0.4.23
Prior to this^ change, the
module
variable would always be declared with a Constructor and now it begins as undefined and is assigned a value inside the setup function.It seems this has broken the
needs
in my tests, which aren't being properly resolved, I think as a result of the module not receiving thedescription
either at all or not at the right time?for now (if you're running into this issue) you should be able to just shrinkwrap or pin the version of q-unit to 4.22, and things should go green again.
The text was updated successfully, but these errors were encountered: