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
Skipping a test within an "after all" hook is deprecated and will throw an exception in a future version of Mocha. Use a return statement or other means to abort hook execution.
669
+
> _Updated in v7.0.0. Skipping a test within an "after all" hook is disallowed and will throw an exception. Use a return statement or other means to abort hook execution._
670
670
671
-
> Before Mocha v3.0.0, `this.skip()` was not supported in asynchronous tests and hooks.
671
+
Before Mocha v3.0.0, `this.skip()` was not supported in asynchronous tests and hooks.
0 commit comments