InsidersByte/honeymoon-gift-list

View on GitHub
public/components/NoMatchAdmin/__snapshots__/index.test.jsx.snap

Summary

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

exports[`NoMatchAdmin should render correctly 1`] = `
<div>
  <h1>
    Page not found
  </h1>
  <p>
    Woops! Sorry, there is nothing to see here.
  </p>
  <p>
    <Link
      onlyActiveOnIndex={false}
      style={Object {}}
      to="/admin"
    >
      Back to Admin
    </Link>
  </p>
</div>
`;