MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ViewDetailsButtonComponent matches snapshot 1`] = `
<LinkButton
  className="tm-button-alt"
  toLink="/details/1"
>
  <span
    className="tm-button-alt-icon"
  >
    <FontAwesome
      name="plus-circle"
    />
  </span>
  View details
</LinkButton>
`;