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

feat: warn when there are multiple configs #11922

Merged
merged 41 commits into from Oct 6, 2021

Commits on Oct 2, 2021

  1. Copy the full SHA
    b85b26b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4dff740 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    227f7d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Apply suggestions from code review

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    jankaifer and SimenB committed Oct 4, 2021
    Copy the full SHA
    a678d28 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f81fe4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b6ff8b8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    27fdaff View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0d15a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. fix: more explicit expression

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    jankaifer and SimenB committed Oct 5, 2021
    Copy the full SHA
    eccf953 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d71585 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jankaifer/warn-multiple-configs-found' of github.com:Ja…

    …nKaifer/jest into jankaifer/warn-multiple-configs-found
    jankaifer committed Oct 5, 2021
    Copy the full SHA
    4cca511 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    752b1f9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    02b8ef2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cd7c9c9 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    jankaifer and SimenB committed Oct 5, 2021
    Copy the full SHA
    9e13ff2 View commit details
    Browse the repository at this point in the history
  8. added missing import

    jankaifer committed Oct 5, 2021
    Copy the full SHA
    f30ab95 View commit details
    Browse the repository at this point in the history
  9. Change from CR

    jankaifer committed Oct 5, 2021
    Copy the full SHA
    b931029 View commit details
    Browse the repository at this point in the history
  10. improved error message

    jankaifer committed Oct 5, 2021
    Copy the full SHA
    f9c515e View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3b1c5b8 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    02338fd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    2ce0401 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ac00510 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    82d3e44 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    db8c90c View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    ab05377 View commit details
    Browse the repository at this point in the history
  18. updated snapshots

    jankaifer committed Oct 5, 2021
    Copy the full SHA
    df0f3a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Update CHANGELOG.md

    SimenB committed Oct 6, 2021
    Copy the full SHA
    1f17acc View commit details
    Browse the repository at this point in the history
  2. Update packages/jest-config/src/resolveConfigPath.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    jankaifer and SimenB committed Oct 6, 2021
    Copy the full SHA
    2d6efff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3682947 View commit details
    Browse the repository at this point in the history
  4. add slash import

    SimenB committed Oct 6, 2021
    Copy the full SHA
    7727e74 View commit details
    Browse the repository at this point in the history
  5. no flat in node 10

    SimenB committed Oct 6, 2021
    Copy the full SHA
    9926edf View commit details
    Browse the repository at this point in the history
  6. rename tests

    SimenB committed Oct 6, 2021
    Copy the full SHA
    91655ce View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d60356f View commit details
    Browse the repository at this point in the history
  8. skip duplicate warning

    SimenB committed Oct 6, 2021
    Copy the full SHA
    6a52634 View commit details
    Browse the repository at this point in the history
  9. add copyright header

    SimenB committed Oct 6, 2021
    Copy the full SHA
    3505a2c View commit details
    Browse the repository at this point in the history
  10. make warning yellow

    SimenB committed Oct 6, 2021
    Copy the full SHA
    80e52de View commit details
    Browse the repository at this point in the history
  11. specify key in pkg.json

    SimenB committed Oct 6, 2021
    Copy the full SHA
    8abb1c1 View commit details
    Browse the repository at this point in the history
  12. use wrap

    SimenB committed Oct 6, 2021
    Copy the full SHA
    746f353 View commit details
    Browse the repository at this point in the history
  13. removed hardcoded filename

    jankaifer committed Oct 6, 2021
    Copy the full SHA
    cae826c View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    1de582b View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    b57cbf5 View commit details
    Browse the repository at this point in the history