Closed
Description
I would like to configure the coverage threshold from jest
to be able to launch jenkins from CI with a 90-100% coverage.
Can we have support for this in Create react app ?
What is the most relevant:
- Overriding some part of the config ? https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/scripts/test.js#L34 I can do a PR fo it
- Keep it like this and I have to override the whole configuration with
--config="{}"
frompackage.json
?