Skip to content

Commit

Permalink
feat: support configuring the testIdAttribute (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinsua authored and Kent C. Dodds committed Aug 29, 2019
1 parent 49fb21e commit 3ada0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {queries, waitForElement} from '@testing-library/dom'
import {configure, queries, waitForElement} from '@testing-library/dom'
import {getContainer} from './utils'

const getDefaultCommandOptions = () => {
Expand Down Expand Up @@ -73,7 +73,7 @@ const commands = Object.keys(queries).map(queryName => {
}
})

export {commands}
export {commands, configure}

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

0 comments on commit 3ada0f2

Please sign in to comment.