timarney / react-app-rewired

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

fix: support `false` values in jest config override #498

Closed FezVrasta closed 3 years ago

FezVrasta commented 3 years ago

Right now, if for example, you try to set resetMocks to false, the option will be ignored because the condition evaluates to false.

timarney commented 3 years ago

Hi @FezVrasta if you can fix up the conflict that would be great.

timarney commented 3 years ago

Thanks I'll merge and update on the weekend.