react-testing-library
Here are 1,128 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Ruby
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 15, 2021 - JavaScript
Overview
As the needs of our WhatsApp hotline has declined, we decided to stop operating it. Today is the last day of our hotline volunteers operating it.
Therefore, we need to remove all links going to our WhatsApp Hotline as soon as possible.
Recoil -> Jotai
-
Updated
Jul 14, 2022 - JavaScript
-
Updated
May 8, 2022 - TypeScript
-
Updated
Jun 13, 2022 - TypeScript
-
Updated
Jun 12, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
The existing withErrorHandling
should be replaced with react-error-boundary, because it decouples the error state from the widget
component (and provides some developer experience features).
- Blog post
- [Testing Error Boundaries](https://testingjavascript.
-
Updated
Feb 11, 2021 - CSS
Context (current result)
Currently the canvas items and code in the Monaco Editor does not save when user closes and quits fflow. This feature was previously implemented using localForage and broke during a merge therefore the partial code is still present in App.jsx
and localStorage.js
.
Expected result
Canvas items and code persists when user closes and reopens the application.
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Jul 3, 2022 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 30, 2022 - TypeScript
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
May 27, 2022 - JavaScript
-
Updated
Nov 28, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Oct 30, 2018 - JavaScript
Improve this page
Add a description, image, and links to the react-testing-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-testing-library topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like:
As far as I understand it, the
toHaveDisplayValue
matcher takes some kind of input element and computes the value that the user can see.However, it does not work properly for
range
widgets (e.g.<input type="range">
, but also elements withrole="range"
orrole="slider"
).According to the [standard](https://www.w3.org/TR/wai-aria-1.1/#aria-valu