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
[](https://opencollective.com/mithriljs)[](https://gitter.im/mithriljs/mithril.js)
5
+
[](https://opencollective.com/mithriljs)[](https://mithril.zulipchat.com/)
6
6
7
7
---
8
8
@@ -742,7 +742,7 @@ While some testing libraries consider error thrown as assertions failure, `ospec
742
742
- An error thrown in a task...
743
743
- ...prevents further streaks and nested specs in the current spec from running. The `after`*hook* of the spec will run.
744
744
- ...if thrown in a `beforeEach` hook of a streak, causes the streak to be hollowed out. Hooks defined in nested scopes and the actual test will not run. However, the `afterEach` hook corresponding to the one that crashed will run, as will those defined in outer scopes.
745
-
745
+
746
746
For every error thrown, a "bail out" failure is reported.
[](https://opencollective.com/mithriljs)[](https://gitter.im/mithriljs/mithril.js)
5
+
[](https://opencollective.com/mithriljs)[](https://mithril.zulipchat.com/)
6
6
7
7
---
8
8
@@ -711,7 +711,7 @@ While some testing libraries consider error thrown as assertions failure, `ospec
711
711
- An error thrown in a task...
712
712
- ...prevents further streaks and nested specs in the current spec from running. The `after`*hook* of the spec will run.
713
713
- ...if thrown in a `beforeEach` hook of a streak, causes the streak to be hollowed out. Hooks defined in nested scopes and the actual test will not run. However, the `afterEach` hook corresponding to the one that crashed will run, as will those defined in outer scopes.
714
-
714
+
715
715
For every error thrown, a "bail out" failure is reported.
0 commit comments