Update: my use case is mainly to run tests at CI, but overriding default CRA Jest parameters is something I\'m generally wondering about.
I\'m run
non-interactive solution:
npm test a --watchAll=false
or
yarn test a --watchAll=false