MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`PositionsSectionTitleViewMoreComponent matches snapshot 1`] = `
<div
  className="positions-section-view-more"
>
  <Link
    replace={false}
    to="title"
  >
    View More 
    <FontAwesome
      name="angle-right"
    />
  </Link>
</div>
`;