>Out of the box, Create React App only supports overriding these Jest options:
>These options in your package.json Jest configuration are not currently supported by Create React App:
• verbose
• runner
• testEnvironment
>If you wish to override other Jest options, you need to eject from the default setup. You can do so by running npm run eject but remember that this is a one-way operation. You may also file an issue with Create React App to discuss supporting more options out of the box.