I have installed Jest v17.0.3 in my react project.
When I run jest locally it works fine, but on the build server it fails with:
Error: Cannot fin
I had the same issue and i removed the node_modules and ran npm install and it fixed the problem.