MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BidTracker/ContactCDOButton/__snapshots__/ContactCDOButton.test.jsx.snap

Summary

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

exports[`ContactCDOButtonComponent matches snapshot 1`] = `
<LinkButton
  className="bid-tracker-cdo-button"
  isExternal={true}
  toLink="mailto:test@email.com"
>
  <FontAwesome
    name="envelope-o"
  />
  Contact CDO
</LinkButton>
`;