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(userEvent): build-in @testing-library/user-event #616

Closed
wants to merge 31 commits into from

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    ff8261c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37474a2 View commit details
    Browse the repository at this point in the history
  3. fix: make everything async

    kentcdodds committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    c61d22e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    277d0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faaf8dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78af873 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02c5018 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6956fa8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80872ea View commit details
    Browse the repository at this point in the history
  10. Update src/user-event/__tests__/tab.js

    Co-authored-by: Ben Monro <ben.monro@gmail.com>
    kentcdodds and benmonro committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4a3381a View commit details
    Browse the repository at this point in the history
  11. test: get coverage up

    kentcdodds committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    2e253be View commit details
    Browse the repository at this point in the history
  12. test: improve test title

    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    kentcdodds and eps1lon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    1ef19ab View commit details
    Browse the repository at this point in the history
  13. test: improve test title

    kentcdodds committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8b1482b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0ff606 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0812854 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81ae650 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3cffc38 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9dc068 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30398cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a012090 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5d1cc0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e14ae9b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b470cb4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0ebcba3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    55964d7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9ae603f View commit details
    Browse the repository at this point in the history
  27. chore: fix comment

    kentcdodds committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    6dc8fd4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6981612 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    52efb3b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d46f52a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix(userEvent): don't select option if select is disabled (#641)

    * Exit early from selectOption if select is disabled
    
    * fix(userEvent): Port test to dom-testing-library
    
    * fix(userEvent): Exit early if options are disabled
    
    Co-authored-by: Ben Dyer <dyer.ben@protonmail.com>
    nickmccurdy and ben-dyer committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    480fe24 View commit details
    Browse the repository at this point in the history