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.
It looks like
setupTesthelper is not handling exceptions, and if an exception is throw from some of theafterEachHooksfor 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.