react-testing-library
Here are 982 public repositories matching this topic...
-
Updated
May 3, 2022 - Ruby
-
Updated
Apr 28, 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.
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 4, 2022 - JavaScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
May 3, 2022 - TypeScript
-
Updated
Feb 11, 2021 - CSS
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.
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
Apr 16, 2022 - TypeScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
May 3, 2022 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 4, 2022 - TypeScript
-
Updated
Nov 28, 2021 - TypeScript
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Mar 1, 2022 - TypeScript
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
toHaveDisplayValuematcher takes some kind of input element and computes the value that the user can see.However, it does not work properly for
rangewidgets (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