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 seeing a bizarre error that appears to be caused by #260. I run my whole suite, and a few modules towards the end of the suite fail because module is undefined in beforeEach. I put in some logging, and before is not being called for these module. I can see beforeEach() being called for each test (with module=undefined), and after being called, but before is not getting called.
The tests that are failing are my route and service unit tests -- a couple of route tests pass, then the rest and all the service tests fail, then next is some non-ember-qunit modules that pass.
I'm seeing a bizarre error that appears to be caused by #260. I run my whole suite, and a few modules towards the end of the suite fail because
module
is undefined in beforeEach. I put in some logging, and before is not being called for these module. I can seebeforeEach()
being called for each test (withmodule=undefined
), andafter
being called, butbefore
is not getting called.The tests that are failing are my route and service unit tests -- a couple of route tests pass, then the rest and all the service tests fail, then next is some non-ember-qunit modules that pass.
The text was updated successfully, but these errors were encountered: