Lapanti/ts-react-boilerplate

View on GitHub
src/modules/__specs__/__snapshots__/AppView.spec.tsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AppView should render correctly 1`] = `
<div
  className="app-base"
>
  <Switch>
    <Route
      component={[Function]}
      exact={true}
      path="/"
    />
    <Route
      component={[Function]}
    />
  </Switch>
</div>
`;

exports[`AppView should render correctly 2`] = `
<div
  className="app-base"
>
  <Switch>
    <Route
      component={[Function]}
      exact={true}
      path="/"
    />
    <Route
      component={[Function]}
    />
  </Switch>
</div>
`;