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

Remove console-testing-library #4603

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    16dbf6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1ca19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a628cfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6f8e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99cb3c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f4754d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d9bf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08cfbe4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ecba7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bfb16a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad905da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ffa35d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15748ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caef8e0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7de16ef View commit details
    Browse the repository at this point in the history
  16. Fix issue with console spy inside buildHooks.test.tsx

    - `.mockReset()` should not be called in spies since it calls `.mockClear()` and returns the implementation to its **initial** form. In this case it was silencing some of the `act` related warnings emitted by `@testing-library/react` which needed to be resolved since they were calling issues. So `.mockReset()` calls on spies need to be changed to `.mockRestore()` calls since `.mockRestore()` restores the implementation to its **original** form.
    aryaemami59 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4e94fcb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2ce575 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3b6baff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7e898c5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    efe78bd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b606b96 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e6368f View commit details
    Browse the repository at this point in the history