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-runner): improve typings by exposing TestRunner abstract classes #12646

Merged
merged 17 commits into from Apr 8, 2022

Commits on Apr 7, 2022

  1. feat: improve types

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    b7c9690 View commit details
    Browse the repository at this point in the history
  2. refactor private

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    55f8241 View commit details
    Browse the repository at this point in the history
  3. add type tests

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    f15bc6f View commit details
    Browse the repository at this point in the history
  4. override

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    3448a06 View commit details
    Browse the repository at this point in the history
  5. remove override

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    a5a6c41 View commit details
    Browse the repository at this point in the history
  6. change log entry

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    18872be View commit details
    Browse the repository at this point in the history
  7. noImplicitOverride

    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    924f002 View commit details
    Browse the repository at this point in the history
  8. Revert "noImplicitOverride"

    This reverts commit 924f002.
    mrazauskas committed Apr 7, 2022
    Copy the full SHA
    a76432d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. test constructor types

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    707d50a View commit details
    Browse the repository at this point in the history
  2. expose TestContext type

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    b8ca3db View commit details
    Browse the repository at this point in the history
  3. tweak test

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    1f4c7cf View commit details
    Browse the repository at this point in the history
  4. clean up

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    71ed106 View commit details
    Browse the repository at this point in the history
  5. test

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    4557714 View commit details
    Browse the repository at this point in the history
  6. cleaner

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    2e178ab View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1994afd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    02db4aa View commit details
    Browse the repository at this point in the history
  9. split with comments

    mrazauskas committed Apr 8, 2022
    Copy the full SHA
    231e14c View commit details
    Browse the repository at this point in the history