"scripts": { ... "test": "jest --watchAll --verbose --runInBand", ... } code example
Example: jest watch mode
jest --watch #runs jest -o by default
jest --watchAll #runs all tests
jest --watch #runs jest -o by default
jest --watchAll #runs all tests