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

Add Check That A Component Renders As Null as a react-testing-library til

This commit is contained in:
jbranchaud
2020-09-30 16:15:08 -05:00
parent d5cce0e527
commit 1e0ce58e15
2 changed files with 39 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).
_952 TILs and counting..._
_953 TILs and counting..._
---
@@ -694,6 +694,7 @@ _952 TILs and counting..._
### React Testing Library
- [Check That A Component Renders As Null](react-testing-library/check-that-a-component-renders-as-null.md)
- [findBy\* Queries Have Async Built In](react-testing-library/find-by-queries-have-async-built-in.md)
- [Pretty Print Some DOM To Debug A Test](react-testing-library/pretty-print-some-dom-to-debug-a-test.md)
- [Test A Component That Uses React Portals](react-testing-library/test-a-component-that-uses-react-portals.md)