-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Labels
Milestone
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
?
gaelollivier, gaetanboedec, Kamaraju333, mpj, jstoja and 5 more