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
qijixin2 committed Feb 7, 2022
1 parent 9f31c64 commit 881cc92
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 881cc92

Please sign in to comment.