From 245a0f4fc878bca1d58ab7f761fa10592dbef353 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Fri, 4 Nov 2022 10:24:40 -0400 Subject: [PATCH] Add Memory Router above ChatContext --- app/soapbox/jest/test-helpers.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/soapbox/jest/test-helpers.tsx b/app/soapbox/jest/test-helpers.tsx index 8b0b62f32..b5c4db700 100644 --- a/app/soapbox/jest/test-helpers.tsx +++ b/app/soapbox/jest/test-helpers.tsx @@ -50,19 +50,19 @@ const TestApp: FC = ({ children, storeProps, routerProps = {} }) => { return ( - - - - - + + + + + {children} - - - - - + + + + + ); };