ember-animate
ember-animate copied to clipboard
RunLoop disabled testing bug
I started using ember-animate in an ember-rails project and I've noticed the frustrating:
Assertion failed: You have turned on testing mode, which disabled the run-loop's autorun.
You will need to wrap any code with asynchronous side-effects in an Ember.run
error. I started getting it after trying to add rails-qunit. But I can only remove it by not loading ember-animate.js. Its possible this is unique to me (some strange set up quirk) but thought I'd report it as it seems localized to your lib.