Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,045 contributions in the last year
Activity overview
Contributed to
kentcdodds/kentcdodds.com,
kentcdodds/bookshelf,
testing-library/dom-testing-library
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in testing-library/dom-testing-library that received 65 comments
feat(userEvent): build-in @testing-library/user-event
What: This merges @testing-library/user-event into @testing-library/dom.
Why: Most of the time people should be using user event.
How:
The first co…
+5,354
−411
•
65
comments
- feat: make several API and implementation improvements
- test: remove react from type tests
- fix(type): allow typing negative numbers
- fix(type): ensure the selectionStart/End are consistent with browsers
- fix(type): handle selectionRange properly
- feat(type): support special charaters (like {enter})
- fix(type): wrap type in the asyncWrapper from DOM Testing Library
- fix: update DOM Testing Library for some bug fixes
- Limit use of realTimers to Jest's fakeTimers
- Use custom testIdAttribute in getSuggestedQuery
- fix: runWithRealTimers to be compatible with new version of jest
- fix(userEvent): don't select option if select is disabled
- Added explicit error message for Promises passed to getWindowFromNode
- feat(userEvent): Add paste API (fixes #640)
- [#610] waitForElementToBeRemoved: fix return type
- fix: typescript definitions for suggestions
- fix: canSuggest should not be case sensitive
- chore: add option to get specific query suggestions
- feat(userEvent): build-in @testing-library/user-event
- Support `clipboardData` like `dataTransfer`.
- fix(TS): Recommend updating local type definitions
- feat: use regex based TextMatch for suggestions
- Proposal setup to make the TypeScript migration easier
- feat: return more data from getSuggestedQuery to support tooling
- fix: Bump dom-accessibility-api
- feat: Add check for container type on queries
- fix: update config type
- fix: more improvements to suggestions
- Updated cheat sheet + added source file
- docs: Add window.localStorage.remove('token') statement to afterEach() in tests/login.js file
- fix(docs): separate basic example code block
- Fix pretty format import
- [Chore][Docs] Update links and re-add typings section
- docs: use "msw" for API mocking in examples
- Run cleanup() when test runner supports teardown()
- [WIP] Bring typings from DefinitelyTyped into this repo
Created an issue in testing-library/user-event that received 12 comments
Replace type allAtOnce with "paste"
It's not aligned with the goals of this lib, but the use case is understandable so we should include a simple "paste" event.
12
comments