react-code-dataset
/
react-boilerplate
/app
/containers
/App
/tests
/__snapshots__
/index.test.js.snap
| // 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> | |
| `; | |