Try installing jest as a dev dependency.
npm install --save-dev jest
Then run it with npm test, (Edit the package.json file if necessary to add the script). Don’t use jest command directly. It’s not recommended.
If you want to use jest command use node_modules/.bin/jest.