Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<App /> should render and match the snapshot 1`] = `
<ForwardRef>
<HelmetWrapper
defaultTitle="React.js Boilerplate"
defer={true}
encodeSpecialCharacters={true}
titleTemplate="%s - React.js Boilerplate"
>
<meta
content="A React.js Boilerplate application"
name="description"
/>
</HelmetWrapper>
<Header />
<Switch>
<Route
component={[Function]}
exact={true}
path="/"
/>
<Route
component={[Function]}
path="/features"
/>
<Route
component={[Function]}
path=""
/>
</Switch>
<Footer />
<GlobalStyleComponent />
</ForwardRef>
`;