Created by: danjamin
- works when NOT ejected by merging default and app Jest options
- eject simply combines app and default into a single package.json jest field
fixes #1785 (closed)
Verified against my own project via npm link
commands. I added a jest
config within my package.json
, ran CI=true npm test
and verified that it was using my extra configuration options. I also ejected locally to make sure that worked properly and it did, resulting in a package.json
with the merged options in the jest
field. I am open to advice on how else to test this feature.