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.
testIdAttribute
1 parent 49fb21e commit 3ada0f2Copy full SHA for 3ada0f2
src/index.js
@@ -1,4 +1,4 @@
1
-import {queries, waitForElement} from '@testing-library/dom'
+import {configure, queries, waitForElement} from '@testing-library/dom'
2
import {getContainer} from './utils'
3
4
const getDefaultCommandOptions = () => {
@@ -73,7 +73,7 @@ const commands = Object.keys(queries).map(queryName => {
73
}
74
})
75
76
-export {commands}
+export {commands, configure}
77
78
/* eslint no-new-func:0, complexity:0 */
79
/* globals Cypress, cy */
0 commit comments