MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`BackButton matches snapshot 1`] = `
<button
  className="button-back-link usa-button-secondary"
  onClick={[Function]}
  role="link"
  tabIndex="0"
>
  <FontAwesome
    name="arrow-left"
  />
  Back to Search Results
</button>
`;