Skip to content

Commit af7392f

Browse files
authored
feat(getConfig): export the getConfig function (#602)
1 parent de9dd82 commit af7392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export * from './screen'
1515
export * from './query-helpers'
1616
export {getRoles, logRoles, isInaccessible} from './role-helpers'
1717
export * from './pretty-dom'
18-
export {configure} from './config'
18+
export {configure, getConfig} from './config'
1919
export * from './suggestions'
2020

2121
export {

0 commit comments

Comments
 (0)