I was setting up Stryker on my react app, but the error message appeared when I tried to run it --
These options in your package.json Jest configuration are not currently supported by Create React App:
.testResultsProcessor .setupFiles
It suggested me to eject from the default setup, but I am looking for an alternative option.