Skip to content

Commit 21995a8

Browse files
Change suggested plugin for removing data-testid
1 parent 20a1c14 commit 21995a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ well.
5656

5757
All that said, if you really don't want to ship `data-testid` attributes, then
5858
you can use
59-
[this simple babel plugin](https://www.npmjs.com/package/babel-plugin-react-remove-properties)
59+
[this simple babel plugin](https://www.npmjs.com/package/babel-plugin-jsx-remove-data-test-id)
6060
to remove them.
6161

6262
If you don't want to use them at all, then you can simply use regular DOM

0 commit comments

Comments
 (0)