File size: 695 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// 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>
`;