Existing run loop at the beginning of test interferes with `Ember.run.join` behavior
ming-codes opened this issue · 1 comments
ming-codes commented
Deleted user commented
I think this issue caused a test failure bug in our application test suite. A mixin's unit test had scheduled run loop actions using Ember run next. This mixin did not properly clean up those deferred actions. Later in the test suite we saw obscure run loop errors. I would expect ember-mocha to warn or error if things exist in the run loop.