MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/ProfileNavigation/__snapshots__/ProfileNavigation.test.jsx.snap

Summary

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

exports[`ProfileNavigationComponent matches snapshot 1`] = `
<div
  className="usa-grid-full"
>
  <Link
    replace={false}
    to="/profile"
  >
    Profile home
  </Link>
  <br />
  <Link
    replace={false}
    to="/profile/favorites"
  >
    Favorites
  </Link>
  <br />
  <Link
    replace={false}
    to="/profile/searches"
  >
    Saved Searches
  </Link>
  <br />
  <Link
    replace={false}
    to="/profile/bidlist"
  >
    Bid List
  </Link>
</div>
`;