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
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.
The text was updated successfully, but these errors were encountered:
It looks like
setupTest
helper is not handling exceptions, and if an exception is throw from some of theafterEachHooks
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.
The text was updated successfully, but these errors were encountered: