1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 00:28:01 +00:00

Add findBy* Queries Have Async Built In as a RTL til

This commit is contained in:
jbranchaud
2020-08-24 17:48:13 -05:00
parent 4f2ad04b15
commit 1c71bc91b2
2 changed files with 29 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_947 TILs and counting..._
_948 TILs and counting..._
---
@@ -691,6 +691,7 @@ _947 TILs and counting..._
### React Testing Library
- [findBy\* Queries Have Async Built In](react-testing-library/find-by-queries-have-async-built-in.md)
- [Test A Component That Uses React Portals](react-testing-library/test-a-component-that-uses-react-portals.md)
### ReasonML