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(expect, @jest/expect): support type inference for function parame… #13268

Merged
merged 24 commits into from Sep 20, 2022

Commits on Sep 15, 2022

  1. feat(expect, jest-expect): support type inference for function parame…

    …ters in CalledWith assertions
    royhadad committed Sep 15, 2022
    Copy the full SHA
    d447395 View commit details
    Browse the repository at this point in the history
  2. update changlog

    royhadad committed Sep 15, 2022
    Copy the full SHA
    7c1f44c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7d4b18 View commit details
    Browse the repository at this point in the history
  4. docs: fix typo

    royhadad committed Sep 15, 2022
    Copy the full SHA
    ff002fd View commit details
    Browse the repository at this point in the history
  5. style: fix prettier

    royhadad committed Sep 15, 2022
    Copy the full SHA
    cac0bb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Update CHANGELOG.md

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    royhadad and mrazauskas committed Sep 16, 2022
    Copy the full SHA
    4c37edc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Copy the full SHA
    a01e6d8 View commit details
    Browse the repository at this point in the history
  2. try something

    royhadad committed Sep 18, 2022
    Copy the full SHA
    5860397 View commit details
    Browse the repository at this point in the history
  3. wip

    royhadad committed Sep 18, 2022
    Copy the full SHA
    2c9dac7 View commit details
    Browse the repository at this point in the history
  4. remove type param

    royhadad committed Sep 18, 2022
    Copy the full SHA
    e73f878 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4080950 View commit details
    Browse the repository at this point in the history
  6. use any instead of unknown in EnsureFunctionLike

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    royhadad and mrazauskas committed Sep 18, 2022
    Copy the full SHA
    c87ad1c View commit details
    Browse the repository at this point in the history
  7. add more tests

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    royhadad and mrazauskas committed Sep 18, 2022
    Copy the full SHA
    f2bfab9 View commit details
    Browse the repository at this point in the history
  8. remove changlog fixes

    royhadad committed Sep 18, 2022
    Copy the full SHA
    8969360 View commit details
    Browse the repository at this point in the history
  9. try

    royhadad committed Sep 18, 2022
    Copy the full SHA
    3bdf5f9 View commit details
    Browse the repository at this point in the history
  10. try

    royhadad committed Sep 18, 2022
    Copy the full SHA
    0655ce0 View commit details
    Browse the repository at this point in the history
  11. revert

    royhadad committed Sep 18, 2022
    Copy the full SHA
    8332a60 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e483fa1 View commit details
    Browse the repository at this point in the history
  13. fix test

    royhadad committed Sep 18, 2022
    Copy the full SHA
    b7e41d1 View commit details
    Browse the repository at this point in the history
  14. fix test

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    royhadad and mrazauskas committed Sep 18, 2022
    Copy the full SHA
    61d3fbc View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    6b62fe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. remove redundant test

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    royhadad and SimenB committed Sep 19, 2022
    Copy the full SHA
    07333c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    59bbde0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update CHANGELOG.md

    SimenB committed Sep 20, 2022
    Copy the full SHA
    4b15e90 View commit details
    Browse the repository at this point in the history