Hi! I recently upgraded cypress from 10.3 to 10.7. My test are running fine locally. The application I am testing is typescript and was able to previously git push just fine on 10.3. I am now getting the error with conflict between cypress and app jests unit tests. I tried to follow the workaround(
https://github.com/cypress-io/cypress-and-jest-typescript-example) but still getting error when trying to push code. Can anyone help?