From a44be7e29a3df2c930607b14b0366b73e4149707 Mon Sep 17 00:00:00 2001 From: Noa Leibman Date: Wed, 14 Oct 2020 03:44:57 -0700 Subject: [PATCH] Testing for Zero-Ration flipper plugin Summary: These tests are testing the logic of building the main components in Actions tab and Sagas tab. Reviewed By: zaxy78 Differential Revision: D24078307 fbshipit-source-id: 2929832e18f4ccbf2cf46e94c8ef08f4f947cc85 --- desktop/app/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/app/src/index.tsx b/desktop/app/src/index.tsx index e385cf7f9..569c6600b 100644 --- a/desktop/app/src/index.tsx +++ b/desktop/app/src/index.tsx @@ -198,3 +198,4 @@ export {checkIdbIsInstalled} from './utils/iOSContainerUtility'; // Sidebar extensions should be last so they can import anything from here. export {default as SidebarExtensions} from './fb-stubs/LayoutInspectorSidebarExtensions'; export {IDEFileResolver, IDEType} from './fb-stubs/IDEFileResolver'; +export {renderMockFlipperWithPlugin} from './test-utils/createMockFlipperWithPlugin';