MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ViewPostDataButtonComponent matches snapshot 1`] = `
<OBCUrl
  altStyle={false}
  isButton={true}
  label={
    <span>
      <FontAwesome
        name="map-marker"
      />
       View OBC Post Info
    </span>
  }
  type="post"
  url={
    Object {
      "external": "https://google-proxy.com/1",
      "internal": "https://google.com/1",
    }
  }
/>
`;