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

fix: mocking of getters/setters on automatically mocked classes #13398

Merged
merged 8 commits into from Oct 7, 2022

Commits on Oct 6, 2022

  1. Revert "Revert "fix: mocking of getters/setters on automatically mock…

    …ed classes (jestjs#13145)""
    
    This reverts commit 52d45be.
    
    # Conflicts:
    #	CHANGELOG.md
    staplespeter committed Oct 6, 2022
    Copy the full SHA
    8d31725 View commit details
    Browse the repository at this point in the history
  2. bug 13140 - Added condition to prevent refs to auto-mocked superclass…

    … 'get'/'set' functions being mocked as accessor objects. Added extra tests for this, and for some other conditions. Corrected expected test error messages due to the refactored code for the fix to this bug.
    staplespeter committed Oct 6, 2022
    Copy the full SHA
    46c92d6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    571ad48 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Copy the full SHA
    d315f78 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c3af0d View commit details
    Browse the repository at this point in the history
  3. Update jest.config.mjs

    Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
    staplespeter and mrazauskas committed Oct 7, 2022
    Copy the full SHA
    c36a196 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    SimenB committed Oct 7, 2022
    Copy the full SHA
    e7e4242 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9be113c View commit details
    Browse the repository at this point in the history