Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better documentation for setupTests.js when ejecting #3656

Merged
merged 5 commits into from
Jan 9, 2018

Commits on Dec 28, 2017

  1. 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.
    dannycalleri authored Dec 28, 2017
    Configuration menu
    Copy the full SHA
    c5dfeda View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Added additional note about src/setupTests.js

    Added another note about src/setupTests.js and `npm run eject` in Testing Components section
    dannycalleri authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    29aee6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1aeeaa View commit details
    Browse the repository at this point in the history
  3. Update README.md

    gaearon authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    65b1a2a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    gaearon authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    a2203ba View commit details
    Browse the repository at this point in the history