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/globals): add jest.Mocked, jest.MockedClass, jest.MockedFunction and jest.MockedObject utility types #12727

Merged
merged 21 commits into from Aug 12, 2022

Commits on Apr 24, 2022

  1. feat: add jest.Mocked

    mrazauskas committed Apr 24, 2022
    Copy the full SHA
    4b4b03d View commit details
    Browse the repository at this point in the history
  2. export more types

    mrazauskas committed Apr 24, 2022
    Copy the full SHA
    b1e9b81 View commit details
    Browse the repository at this point in the history
  3. add constrain

    mrazauskas committed Apr 24, 2022
    Copy the full SHA
    8d87f79 View commit details
    Browse the repository at this point in the history
  4. slimmer

    mrazauskas committed Apr 24, 2022
    Copy the full SHA
    3503613 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. rebase

    mrazauskas committed Apr 30, 2022
    Copy the full SHA
    c72d96b View commit details
    Browse the repository at this point in the history
  2. export type

    mrazauskas committed Apr 30, 2022
    Copy the full SHA
    f1a2585 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. more tests

    mrazauskas committed May 3, 2022
    Copy the full SHA
    b51b2ef View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. rebase

    mrazauskas committed May 18, 2022
    Copy the full SHA
    ee3b8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. rebase

    mrazauskas committed Aug 11, 2022
    Copy the full SHA
    2294fe9 View commit details
    Browse the repository at this point in the history
  2. fix int

    mrazauskas committed Aug 11, 2022
    Copy the full SHA
    b98bc91 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d016810 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0072a54 View commit details
    Browse the repository at this point in the history
  5. clean up exports

    mrazauskas committed Aug 11, 2022
    Copy the full SHA
    6f0f2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. add assignability tests

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    ff05715 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    715c564 View commit details
    Browse the repository at this point in the history
  3. add mocked object test

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    273b08c View commit details
    Browse the repository at this point in the history
  4. add MockedObject

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    f777a30 View commit details
    Browse the repository at this point in the history
  5. rebase

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    b64ddaf View commit details
    Browse the repository at this point in the history
  6. tests

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    247f12f View commit details
    Browse the repository at this point in the history
  7. docs

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    11fc9fe View commit details
    Browse the repository at this point in the history
  8. changelog entry

    mrazauskas committed Aug 12, 2022
    Copy the full SHA
    a884b46 View commit details
    Browse the repository at this point in the history