ember-animate icon indicating copy to clipboard operation
ember-animate copied to clipboard

RunLoop disabled testing bug

Open joshpfosi opened this issue 10 years ago • 0 comments

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.

joshpfosi avatar Jan 10 '15 23:01 joshpfosi