Hi there,
I simply wanted to run the tests on the cra-kitchen-sink example project, and it fails due to Jest override in package.json:
How to reproduce
- Checkout the
cra-kitchen-sink project
- run
yarn
- run
yarn run test
Why
I'm not sure how to handle this properly since it seems one cannot simply remove these extra configuration keys obviously :)
I'm willing to make yarn run test work to continue implementing another feature so any help from any of you or maybe @renaudtertrais could be timeless 👍
Hi there,
I simply wanted to run the tests on the cra-kitchen-sink example project, and it fails due to Jest override in package.json:
How to reproduce
cra-kitchen-sinkprojectyarnyarn run testWhy
These configurations are not supported by react-scripts (CRA) and thus throw errors:
I'm not sure how to handle this properly since it seems one cannot simply remove these extra configuration keys obviously :)
I'm willing to make
yarn run testwork to continue implementing another feature so any help from any of you or maybe @renaudtertrais could be timeless 👍