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(server): add SSR test for renderHook #799

Merged
merged 5 commits into from Jun 18, 2022

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    5247d27 View commit details
    Browse the repository at this point in the history
  2. feat: add ssr.test.ts

    This adds a new test to verify that renderHook can be called in an
    SSR-like environment based on the changes implemented in testing-library#607.
    Joe committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    93d927d View commit details
    Browse the repository at this point in the history
  3. chore: update contributors table

    Joe committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    59c752f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. refactor: remove act call in render in sever/pure

    @mpeyper explained how this `act` call in server rendering is not really
    necessary so we can remove it.
    jsjoeio committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c37e8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d35e1c View commit details
    Browse the repository at this point in the history