Julian Biendarra

Results 3 comments of Julian Biendarra

We experience the same issue. For us the problem is that `setupIntersectionMocking(jest.fn)` is called in the `beforeAll` step. However, since we use jest with `resetMocks=true`, the mocks are reset after...

Hi @thebuilder thank you for the quick fix. Unfortunately, the version 9.15.0 still doesn't solve the issue and even breaks our mentioned worarkound. The additional check for `isMocking` in `setupIntersectionMocking`...

This has the same error. From the [documentation](https://jestjs.io/docs/configuration#resetmocks-boolean) of `resetMocks`: > This will lead to any mocks having their fake implementations removed but does not restore their initial implementation. So...