This happens to me too but it’s intermittent, very frustrating though. I have discovered a workaround which is to run using the –runInBand flag, which just runs tests in the same thread:
jest --runInBand
This happens to me too but it’s intermittent, very frustrating though. I have discovered a workaround which is to run using the –runInBand flag, which just runs tests in the same thread:
jest --runInBand