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(type): wrap type in the asyncWrapper from DOM Testing Library #303

Merged
merged 2 commits into from Jun 2, 2020

Commits on Jun 2, 2020

  1. fix(type): wrap type in the asyncWrapper from DOM Testing Library

    This fixes issues with act warnings when using `type` with React Testing
    Library.
    kentcdodds committed Jun 2, 2020
    Copy the full SHA
    85c28ac View commit details
    Browse the repository at this point in the history
  2. chore: force requiring the latest version of DOM Testing Library

    BREAKING CHANGE: The latest version of DOM Testing Library is required
    kentcdodds committed Jun 2, 2020
    Copy the full SHA
    2e39cb7 View commit details
    Browse the repository at this point in the history