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

fix(jest-config): correctly detect CI environment and update snapshots accordingly #12378

Merged
merged 10 commits into from Feb 13, 2022

Commits on Feb 12, 2022

  1. fix: pick up the value of process.env.CI

    to determine option.updateSnapshot
    cola119 committed Feb 12, 2022
    Copy the full SHA
    5b2f0b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. check argv from newoptions

    SimenB committed Feb 13, 2022
    Copy the full SHA
    8618554 View commit details
    Browse the repository at this point in the history
  2. changelog

    SimenB committed Feb 13, 2022
    Copy the full SHA
    69ad9d4 View commit details
    Browse the repository at this point in the history
  3. add to global config

    SimenB committed Feb 13, 2022
    Copy the full SHA
    a9d1062 View commit details
    Browse the repository at this point in the history
  4. test utils

    SimenB committed Feb 13, 2022
    Copy the full SHA
    78858e9 View commit details
    Browse the repository at this point in the history
  5. tests

    SimenB committed Feb 13, 2022
    Copy the full SHA
    9a4c4f7 View commit details
    Browse the repository at this point in the history
  6. fix config test on ci

    SimenB committed Feb 13, 2022
    Copy the full SHA
    f2652e9 View commit details
    Browse the repository at this point in the history
  7. another snap

    SimenB committed Feb 13, 2022
    Copy the full SHA
    501f379 View commit details
    Browse the repository at this point in the history
  8. now?

    SimenB committed Feb 13, 2022
    Copy the full SHA
    8d2f6b1 View commit details
    Browse the repository at this point in the history
  9. eslint

    SimenB committed Feb 13, 2022
    Copy the full SHA
    ab6db25 View commit details
    Browse the repository at this point in the history