Lapanti/ts-react-boilerplate

View on GitHub
src/components/__specs__/__snapshots__/PageNotFound.spec.tsx.snap

Summary

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

exports[`PageNotFound should render correctly 1`] = `
<div
  className="page-not-found"
>
  404 - page not found
</div>
`;