When I add the following code to my package.json I get an error saying it is not supported:
"jest": {
"resetMocks": true
},
- I am confused why this is not working as it seems to have been added in this pull request
- Is there another way of doing this?
Thanks in advance!