Jest configuration are not supported by Create React App

441 Views Asked by At

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.

0

There are 0 best solutions below