timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.81k stars 425 forks source link

Support jest.config.js #551

Closed fsmaia closed 2 years ago

fsmaia commented 3 years ago

How about adding support to jest.config.js overrides, additionally to package.json and config-overrides.js?

I'm wondering if this customization belongs here or in customize-cra. By the way I just raised an issue there too: https://github.com/arackaf/customize-cra/issues/299

dawnmist commented 3 years ago

There is already support for overriding the jest configuration. See the jest portion of the Extended configuration options section of the react-app-rewired Readme.

fsmaia commented 3 years ago

Yep, I'm aware we can override it. My suggestion is about supporting explicitly the jest.config.js file additionally.

hosein2398 commented 2 years ago

Good one

timarney commented 2 years ago

Closing this given no recent activity.