Skip to content

Commit

Permalink
feat(getConfig): export the getConfig function (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 2, 2020
1 parent de9dd82 commit af7392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -15,7 +15,7 @@ export * from './screen'
export * from './query-helpers'
export {getRoles, logRoles, isInaccessible} from './role-helpers'
export * from './pretty-dom'
export {configure} from './config'
export {configure, getConfig} from './config'
export * from './suggestions'

export {
Expand Down

0 comments on commit af7392f

Please sign in to comment.