Augustin Le Fèvre
Augustin Le Fèvre
Hey, do you have any idea on how this plugin could support refs? Functional components don't support refs, so out of the box, it's not possible to simply write `...
The ramda definitions stop at flow 0.30.x (I did try to run the test suites with newer versions of flow, and that fails, there are a couple of errors). I...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a [minimal reproduction](https://en.wikipedia.org/wiki/Minimal_reproducible_example) available on [Stackblitz](https://stackblitz.com/fork/node). - _Please install the...
## Description Add support for tracking deprecated arguments in `@envelop/prometheus`. I could not add support for input fields since my assumption is that we can't catch those at parse time,...
## Describe the bug `react-native` built-in elements are not queriable with `byRole` queries if you don't set the `accessibilityRole` prop. ## Expected behaviour `byRole` queries should be able to match...
## Describe the Feature Like in `@testing-library/dom` (see [docs](https://testing-library.com/docs/queries/byrole#api)), we should support accessibility states when querying by role. The accessibilityStates existing are - `disabled`: Indicates whether the element is disabled...
Hey hey, long time not posted here^^' ## Describe the bug `toHaveTextContent()` does exact matching by default, while the same helper exposed by [jest-dom](https://github.com/testing-library/jest-dom) does partial matching. ```ts test('toHaveTextContent() does...