Matan Borenkraout

Results 16 issues of Matan Borenkraout

### Describe the feature you'd like: Following [this](https://github.com/testing-library/dom-testing-library/issues/494#issuecomment-602720977) comment and [this](https://github.com/testing-library/react-testing-library/issues/620) issue, we would like to move the types to this repo also. ### Suggested implementation: Here's a PR done...

**What**: Adding the option to implicitly get the `aria-level` of a `treeitem` **Why**: Resolves https://github.com/testing-library/dom-testing-library/issues/980 **How**: At the moment, I'm using the naive approach and climb up the tree until...

Following [this](https://github.com/testing-library/dom-testing-library/pull/809#issue-515554670) PR by @kentcdodds, we're migrating all travis pipelines to github actions :) An example for the action can be seen [here](https://github.com/testing-library/dom-testing-library/blob/master/.github/workflows/validate.yml).

At the moment, we're exporting calls to `userEvent` using the new awaitable api (in version 14) but for that, we need to also run [`userEvent.setup`](https://testing-library.com/docs/user-event/intro/#writing-tests-with-userevent) before :)

enhancement

Hi! I've changed the places where we use `master` instead of `main`. The next step will be to rename the branch manually through the settings of this project and to...

Hey there! Im trying to understand whats the reason for the shouldcomponentupdate logic that you are applying. ``` shouldComponentUpdate(_nextProps, nextState) { return nextState.visible; } ``` If the current state is...

### Describe the feature you'd like: As a followup to https://github.com/testing-library/react-testing-library/issues/1240. If a user isn't injecting globals (like in `vitest`), they need to call `cleanup` on their own and also...

This PR adds the `experimental_useEffectEvent` page to the API reference menu. As this hook is being referenced in the learn section but the page wasn't visible in the menu (while...

CLA Signed

**What**: Resolves https://github.com/testing-library/dom-testing-library/issues/1242. This updates the `browserslist` entry in our package.json. **Why**: As part of our major version, we're updating the `browserslist` support. **How**: Ran `npx browserslist defaults` and updated...