We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7921e4a commit b8b8492Copy full SHA for b8b8492
.github/ISSUE_TEMPLATE/Feature_Request.md
@@ -26,6 +26,15 @@ this free short video tutorial to learn how: http://kcd.im/pull-request
26
<!--
27
A clear and concise description of what you want to happen. Add any considered
28
drawbacks.
29
+
30
+Note: if you're proposing a new custom matcher, please keep in mind jest-dom's
31
+guiding principles as stated here https://github.com/testing-library/jest-dom#guiding-principles
32
33
+In particular, keep this in mind:
34
35
+> the overall criteria for what is considered a useful custom matcher to add to
36
+> this library, is that doing the equivalent assertion on our own makes the test
37
+> code more verbose, less clear in its intent, and/or harder to read.
38
-->
39
40
### Suggested implementation:
0 commit comments