There was an error while loading. Please reload this page.
1 parent 201c85d commit 722895bCopy full SHA for 722895b
docs/dom-testing-library/api-configuration.md
@@ -41,7 +41,10 @@ configure({testIdAttribute: 'my-data-test-id'})`
41
<!--Cypress-->
42
43
```
44
-The configuration object is not currently exposed to in Cypress Testing Library
+// setup-tests.js
45
+import { configure } from '@testing-library/cypress'
46
+
47
+configure({testIdAttribute: 'my-data-test-id'})`
48
49
50
<!--END_DOCUSAURUS_CODE_TABS-->
0 commit comments