Skip to content

Commit 8065cc3

Browse files
authored
fix: correct consistent-data-testid docs example (#146)
1 parent b3e46d8 commit 8065cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/consistent-data-testid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const baz = props => <div>...</div>;
3333

3434
```json
3535
{
36-
"testing-library/data-testid": [
36+
"testing-library/consistent-data-testid": [
3737
2,
3838
{
3939
"testIdPattern": "^TestId(__[A-Z]*)?$"

0 commit comments

Comments
 (0)