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} - - - - - + + + + + ); };