In my case the issue was that I didn't install the jest package go to your node_modules/ folder and look for jest if it does exist just delete it and npm install it else if it doesn't just install it and add this script to "test": "jest" the package.json and run npm install