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 a8341af commit cb8cd57Copy full SHA for cb8cd57
docs/rules/consistent-data-testid.md
@@ -2,6 +2,10 @@
2
3
Ensure `data-testid` values match a provided regex. This rule is un-opinionated, and requires configuration.
4
5
+> ⚠️ This rule is only available in the following Testing Library packages:
6
+>
7
+> - `@testing-library/react` (supported by this plugin)
8
+
9
## Rule Details
10
11
> Assuming the rule has been configured with the following regex: `^TestId(\_\_[A-Z]*)?$`
0 commit comments