MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/PositionDetailsItem/PositionDetailsDescription/__snapshots__/PositionDetailsDescription.test.jsx.snap

Summary

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

exports[`PositionDetailsDescription matches snapshot 1`] = `
<div
  className="position-details-header-body editable-position-field"
>
  <span
    className="usa-grid-full"
  >
    <Linkify
      className="Linkify"
      component="a"
      properties={
        Object {
          "target": "_blank",
        }
      }
    >
      There is no description for this position.
    </Linkify>
  </span>
</div>
`;