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

Add Test A Component That Uses React Portals as the first react-testing-library til

This commit is contained in:
jbranchaud
2020-08-24 16:31:25 -05:00
parent b0b0480467
commit 4f2ad04b15
2 changed files with 43 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).
_946 TILs and counting..._
_947 TILs and counting..._
---
@@ -38,6 +38,7 @@ _946 TILs and counting..._
* [Rails](#rails)
* [React](#react)
* [React Native](#react-native)
* [React Testing Library](#react-testing-library)
* [ReasonML](#reasonml)
* [Ruby](#ruby)
* [tmux](#tmux)
@@ -688,6 +689,10 @@ _946 TILs and counting..._
- [Avoid The Notch With SafeAreaView](react_native/avoid-the-notch-with-safeareaview.md)
### React Testing Library
- [Test A Component That Uses React Portals](react-testing-library/test-a-component-that-uses-react-portals.md)
### ReasonML
- [Break Out Of A While Loop](reason/break-out-of-a-while-loop.md)