Jest command not found - need to add "test" in scripts

I followed test steps and jest command was not found.
I had to add “test”: “jest --watchAll” in package.json and run “npm test”.

“–watch” option is not supported without git/hg. must use “–watchAll” if you use redux-starter without git installed.

For your info.

2 Likes