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(jest-reporters): pass reporterContext to custom reporter constructors as third argument #12657

Merged
merged 17 commits into from Apr 12, 2022

Commits on Apr 9, 2022

  1. Copy the full SHA
    07a9d43 View commit details
    Browse the repository at this point in the history
  2. reporterConstructor

    mrazauskas committed Apr 9, 2022
    Copy the full SHA
    238be92 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    mrazauskas committed Apr 9, 2022
    Copy the full SHA
    1a53908 View commit details
    Browse the repository at this point in the history
  4. fix changelog

    mrazauskas committed Apr 9, 2022
    Copy the full SHA
    50a8241 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. rebase

    mrazauskas committed Apr 10, 2022
    Copy the full SHA
    6b7f017 View commit details
    Browse the repository at this point in the history
  2. keep type reexports

    mrazauskas committed Apr 10, 2022
    Copy the full SHA
    deb6074 View commit details
    Browse the repository at this point in the history
  3. sort exports

    mrazauskas committed Apr 10, 2022
    Copy the full SHA
    e13963c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4afff9f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3a80da7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. tweak docs

    mrazauskas committed Apr 11, 2022
    Copy the full SHA
    aed2772 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e7f073 View commit details
    Browse the repository at this point in the history
  3. Update docs/Configuration.md

    SimenB committed Apr 11, 2022
    Copy the full SHA
    bbb8f97 View commit details
    Browse the repository at this point in the history
  4. fix reporters type

    mrazauskas committed Apr 11, 2022
    Copy the full SHA
    59ee2af View commit details
    Browse the repository at this point in the history
  5. clean up logic

    mrazauskas committed Apr 11, 2022
    Copy the full SHA
    ee0cc73 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d1a625f View commit details
    Browse the repository at this point in the history
  7. more test

    mrazauskas committed Apr 11, 2022
    Copy the full SHA
    cdb3daf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c331a40 View commit details
    Browse the repository at this point in the history