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

[jest-config] Changed "Preset ... not found" validation error #8924

Merged

Commits on Sep 7, 2019

  1. Added error message and stack to "not found" error

    When using a jest preset that contains a general error (require('library-that-probably-does-not-exist')) the misleading "Preset ... not found" error is thrown, even though the preset is found.
    EvanBacon committed Sep 7, 2019
    Copy the full SHA
    2943b88 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70b1e2f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    EvanBacon committed Sep 7, 2019
    Copy the full SHA
    38c4172 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    856c792 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    EvanBacon committed Sep 7, 2019
    Copy the full SHA
    bf0c447 View commit details
    Browse the repository at this point in the history
  6. Fix lint errors

    EvanBacon committed Sep 7, 2019
    Copy the full SHA
    8283889 View commit details
    Browse the repository at this point in the history