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 looking at using the ember-mobiletouch addon, which extends Ember.EventDispatcher. However, I don't see a way to get this to work with Ember unit component testing. It seems that the setupComponent method of test-module-for-component assumes the dispatcher will be a stock Ember.EventDispatcher. Is there a natural way to configure the dispatcher? Perhaps an overridable hook which defaults to the stock dispatcher? Alternatively, we could modify ember-mobiletouch to reopen the dispatcher instead of extend it. Thoughts?
The text was updated successfully, but these errors were encountered:
I'm looking at using the ember-mobiletouch addon, which extends
Ember.EventDispatcher
. However, I don't see a way to get this to work with Ember unit component testing. It seems that thesetupComponent
method oftest-module-for-component
assumes the dispatcher will be a stockEmber.EventDispatcher
. Is there a natural way to configure the dispatcher? Perhaps an overridable hook which defaults to the stock dispatcher? Alternatively, we could modifyember-mobiletouch
to reopen the dispatcher instead of extend it. Thoughts?The text was updated successfully, but these errors were encountered: