bitovi / testee-client

Testee client adapters for QUnit, Jasmine and Mocha
https://www.npmjs.com/package/testee-client
MIT License
1 stars 1 forks source link

Client-only workaround for handling mocha hook errors #45

Closed bmomberger-bitovi closed 6 years ago

bmomberger-bitovi commented 6 years ago

Currently there is a broken proposed fix for mocha errors happening on before/after hooks:

The server portion is currently unworkable (tests fail), so the client part cannot be merged. This is a workaround that shunts failures on mocha hooks into the contextually closest test in the current suite.