Is it a good practice to use resetMocks and clearMocks in the Jest configuration?

Viewed 14

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?

0 Answers
Related