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-mock): add mockFn.mock.lastCall to retrieve last argument #12285

Merged
merged 7 commits into from Feb 5, 2022
Merged

feat(jest-mock): add mockFn.mock.lastCall to retrieve last argument #12285

merged 7 commits into from Feb 5, 2022

Commits on Jan 31, 2022

  1. Added mockFn.mock.lastCall

    Biki-das committed Jan 31, 2022
    Copy the full SHA
    1058178 View commit details
    Browse the repository at this point in the history
  2. Added changelog

    Biki-das committed Jan 31, 2022
    Copy the full SHA
    e2f8668 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Applied suggested changes

    Biki-das committed Feb 2, 2022
    Copy the full SHA
    c2fd2ca View commit details
    Browse the repository at this point in the history
  2. Corrected return state

    Biki-das committed Feb 2, 2022
    Copy the full SHA
    a612ce0 View commit details
    Browse the repository at this point in the history
  3. Update packages/jest-mock/src/__tests__/index.test.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    Biki-das and SimenB committed Feb 2, 2022
    Copy the full SHA
    255b0a8 View commit details
    Browse the repository at this point in the history
  4. Update packages/jest-mock/src/__tests__/index.test.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    Biki-das and SimenB committed Feb 2, 2022
    Copy the full SHA
    41a82d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Update CHANGELOG.md

    SimenB committed Feb 5, 2022
    Copy the full SHA
    0003b14 View commit details
    Browse the repository at this point in the history