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

refactor(jest-mock)!: simplify usage of jest.fn generic type arguments #12489

Merged
merged 24 commits into from Feb 26, 2022

Commits on Feb 24, 2022

  1. Copy the full SHA
    1132c7b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. TS examples

    mrazauskas committed Feb 25, 2022
    Copy the full SHA
    7df0d63 View commit details
    Browse the repository at this point in the history
  2. fix ts

    mrazauskas committed Feb 25, 2022
    Copy the full SHA
    a08489e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. improve docs

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    561b907 View commit details
    Browse the repository at this point in the history
  2. refactor types

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    4dce116 View commit details
    Browse the repository at this point in the history
  3. tiny fix

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    3f7fa09 View commit details
    Browse the repository at this point in the history
  4. reduce diff

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    bba8fdf View commit details
    Browse the repository at this point in the history
  5. reduce diff

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    ab690af View commit details
    Browse the repository at this point in the history
  6. tweak docs

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    2b1f2ab View commit details
    Browse the repository at this point in the history
  7. add comment

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    b649fd2 View commit details
    Browse the repository at this point in the history
  8. more docs

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    c24d45d View commit details
    Browse the repository at this point in the history
  9. tip

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    b65d40a View commit details
    Browse the repository at this point in the history
  10. add changelog entry

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    d325678 View commit details
    Browse the repository at this point in the history
  11. cleaner getMetadata

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    d2e72f2 View commit details
    Browse the repository at this point in the history
  12. bring back few generics

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    10f5596 View commit details
    Browse the repository at this point in the history
  13. two more bits

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    7e9c4a2 View commit details
    Browse the repository at this point in the history
  14. really last ones

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    7c61681 View commit details
    Browse the repository at this point in the history
  15. this is it

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    feb5722 View commit details
    Browse the repository at this point in the history
  16. Update packages/jest-mock/src/index.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    mrazauskas and SimenB committed Feb 26, 2022
    Copy the full SHA
    6b0a31d View commit details
    Browse the repository at this point in the history
  17. fix getMetadata types

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    2cfbb5f View commit details
    Browse the repository at this point in the history
  18. better

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    f7312dd View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    f5c620d View commit details
    Browse the repository at this point in the history
  20. Merge branch 'main'

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    4ec19fe View commit details
    Browse the repository at this point in the history
  21. last bit of docs

    mrazauskas committed Feb 26, 2022
    Copy the full SHA
    4171124 View commit details
    Browse the repository at this point in the history