MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`FeedbackComponent matches snapshot 1`] = `
<button
  className="tm-feedback-button"
  id="feedback-open-icon"
  onClick={[Function]}
>
  Provide Feedback 
  <FontAwesome
    name="angle-up"
  />
</button>
`;