From 677f419bf35fc49d8f86b4e4dd93c8aab5d6af58 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 2 Jun 2020 12:22:39 -0600 Subject: [PATCH] feat(getConfig): export the getConfig function This is undocumented and using it is not recommended --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e5888b99..2a279383 100644 --- a/src/index.js +++ b/src/index.js @@ -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 {