Open
Description
Describe the feature you'd like:
Being new to testing-library, it all is a bit overwhelming. The long list of matchers jest-dom
introduces, also makes it harder to start out.
Suggested implementation:
Group the matchers in the documentation over some headings, e.g. “Checking element existence”, “Checking forms”, “Checking element state”.
Describe alternatives you've considered:
A longer introduction into jest-dom with some examples on how to use it and which matchers to look into in which order might also be nice, but probably more work. 😊