Skip to content

Commit 3ada0f2

Browse files
sebinsuaKent C. Dodds
authored and
Kent C. Dodds
committed
feat: support configuring the testIdAttribute (#81)
1 parent 49fb21e commit 3ada0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {queries, waitForElement} from '@testing-library/dom'
1+
import {configure, queries, waitForElement} from '@testing-library/dom'
22
import {getContainer} from './utils'
33

44
const getDefaultCommandOptions = () => {
@@ -73,7 +73,7 @@ const commands = Object.keys(queries).map(queryName => {
7373
}
7474
})
7575

76-
export {commands}
76+
export {commands, configure}
7777

7878
/* eslint no-new-func:0, complexity:0 */
7979
/* globals Cypress, cy */

0 commit comments

Comments
 (0)