Files
create-react-app/packages/react-scripts
Danny Calleri 5a0b1ef56d Better documentation for setupTests.js when ejecting (#3656)
* Better documentation for setupTests.js when ejecting

When running `npm run eject` before creating `src/setupTests.js`, the resulting `package.json` file, won't contain any entry for it - and this is correct in my opinion, since otherwise Jest will crash - but it's useful to have it documented and avoid pointless waste of time.

* Added additional note about src/setupTests.js

Added another note about src/setupTests.js and `npm run eject` in Testing Components section

* Update README.md

* Update README.md
2018-01-09 15:25:59 +00:00
..
2017-09-26 10:30:05 +01:00
2017-11-03 18:27:41 +00:00

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation: