Replies: 1 comment 1 reply
-
Thank you so much for the kind words. Seriously, it me as a lot. ❤️ Is there a specific location in the docs that you have in mind which would improve the visibility of testing playground? We all benefit from an easy as possible onboarding & developer experience. The docs are open source as well. If you have the time, feel free to submit a change. Thanks again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a bit of fan mail.
I was struggling with a jest/testing-library matcher and eventually stumbled across a passing reference to
screen.logTestingPlaygroundURL()
while reading the testing-library docs.My jaw hit the floor when I pasted in the url, started typing the matcher into the textbox below, and IMMEDIATELY saw a recommended matcher pop up that worked perfectly for what I was trying to do. I can't believe I didn't know about this!
I'm honestly shocked that I'd never even heard of this before. Brilliant! Thanks a million.
This deserves to be MUCH more prominent on the testing-library site.
Beta Was this translation helpful? Give feedback.
All reactions