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 ac4c6a0 commit 7376aaaCopy full SHA for 7376aaa
docs/react-testing-library/setup.mdx
@@ -155,8 +155,8 @@ elements by `data-cy`, a "test ID" convention mentioned in the
155
[Cypress.io](https://docs.cypress.io/guides/references/best-practices.html#Selecting-Elements)
156
documentation.
157
158
- <Tabs groupId="test-utils" defaultValue="js" values={[ {label: 'Javascript',
159
- value: 'js'}, {label: 'Typescript', value: 'ts'}, ]}>
+ <Tabs groupId="test-utils" defaultValue="js" values={[ {label: 'JavaScript',
+ value: 'js'}, {label: 'TypeScript', value: 'ts'}, ]}>
160
161
<TabItem value="js">
162
0 commit comments