Wow. A bug I reported in Mocha JS over ten years ago just got fixed
https://github.com/mochajs/mocha/issues/1955#event-21826107544
🐛 Bug: Hook failures change the shape of the test suite · Issue #1955 · mochajs/mocha
If a beforeEach hook fails, then all subsequent tests in a suite and all sub-suites are not run. For example: // hook-test.js describe("outer context", function() { beforeEach(function() { throw ne...
GitHub