File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and related queries. Defaults to `data-testid`.
29
29
// setup-tests.js
30
30
import { configure } from ' @testing-library/dom'
31
31
32
- configure ({testIdAttribute: ' my-data-test-id' })`
32
+ configure ({testIdAttribute: ' my-data-test-id' })
33
33
```
34
34
35
35
<!-- React-->
@@ -38,7 +38,7 @@ configure({testIdAttribute: 'my-data-test-id'})`
38
38
// setup-tests.js
39
39
import { configure } from ' @testing-library/react'
40
40
41
- configure({testIdAttribute: 'my-data-test-id'})`
41
+ configure ({testIdAttribute: ' my-data-test-id' })
42
42
```
43
43
44
44
<!-- Cypress-->
@@ -47,7 +47,7 @@ configure({testIdAttribute: 'my-data-test-id'})`
47
47
// setup-tests.js
48
48
import { configure } from ' @testing-library/cypress'
49
49
50
- configure ({testIdAttribute: ' my-data-test-id' })`
50
+ configure ({testIdAttribute: ' my-data-test-id' })
51
51
```
52
52
53
53
<!-- END_DOCUSAURUS_CODE_TABS-->
You can’t perform that action at this time.
0 commit comments