Created by: garmeeh
To verify this change:
- I ran an e2e test using local copy of create react app and verified the test case breaks by adding
resetMocks
&resetModules
topackage.json
- Made my changes, then I created a new app using the update version of create react app and re-run the test case by adding
resetMocks
&resetModules
topackage.json
to verify they are now accepted. - Added a an unsupported option such as
setupFiles
and verified user still gets error message.