`setupTest` is eating exceptions
mupkoo opened this issue · 0 comments
mupkoo commented
It looks like setupTest
helper is not handling exceptions, and if an exception is throw from some of the afterEachHooks
for example, the context never gets torn down, which means that the tests stop to work there.
I will take a deeper look later and will come up with a PR.