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'm having trouble writing an integration test for an Ember helper that is subscribed to an Evented service. When the service triggers such an event, the helper calls the recompute function.
It works really well in the real app, but the test always evaluates the output of the helper in the template before the recompute function is called. Calling wait() first doesn't make a difference.
I'm having trouble writing an integration test for an Ember helper that is subscribed to an Evented service. When the service triggers such an event, the helper calls the recompute function.
It works really well in the real app, but the test always evaluates the output of the helper in the template before the recompute function is called. Calling wait() first doesn't make a difference.
This Twiddle demonstrates the issue.
The text was updated successfully, but these errors were encountered: