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
When an exception is thrown in beforeEach it would be great to have the ability to stop the whole test. Jasmine has it's stopSpecOnExpectationFailure, it should be possible to pass that from jasmineNodeOpts to jasmine.setConfiguration.
When an exception is thrown in
beforeEachit would be great to have the ability to stop the whole test. Jasmine has it's stopSpecOnExpectationFailure, it should be possible to pass that fromjasmineNodeOptstojasmine.setConfiguration.jasmine/jasmine#577