In your experience using Jest in react projects, is it good practice to use clearMocks or resetMocks in the Jest configuration instead of afterEach or afterAll?
In your experience using Jest in react projects, is it good practice to use clearMocks or resetMocks in the Jest configuration instead of afterEach or afterAll?