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
From what I understand, jasmine-co takes over the done and done.fail functions for you. So if an expect fails shouldn't it fail immediately instead of waiting for jasmine.DEFAULT_TIMEOUT_INTERVAL to be hit?
From what I understand, jasmine-co takes over the
doneanddone.failfunctions for you. So if an expect fails shouldn't it fail immediately instead of waiting for jasmine.DEFAULT_TIMEOUT_INTERVAL to be hit?