1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-09 01:58:02 +00:00

Add Pretty Print Some Dom To Debug A Test as a RTL til

This commit is contained in:
jbranchaud
2020-08-24 18:28:26 -05:00
parent 1c71bc91b2
commit 613fc5da06
2 changed files with 34 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).
_948 TILs and counting..._
_949 TILs and counting..._
---
@@ -692,6 +692,7 @@ _948 TILs and counting..._
### React Testing Library
- [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)
### ReasonML