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- Salt Lake City, Utah, USA
- Sign in to view email
- https://kentcdodds.com
Pinned
2,968 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 35 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,315
−411
•
35
comments
- 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
- [#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
Created an issue in mswjs/msw that received 12 comments
`credentials` config not supported in node?
Describe the bug
When I set the credentials config in fetch to 'omit' that isn't passed along to the req.
Environment
msw: 0.0.18
nodejs: 12
npm: …
12
comments