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
I've tried to find out the way to detect test failures in afterEach in Jest, but it's still not possible.
There's no way to escape from this issue. I'll try to migrate the integration test.
It seems that mocha is able to know whether the test failed in afterEach().
But I haven't found a spec or documentation for
currentTest
field. It needs to be confirmed.The text was updated successfully, but these errors were encountered: