MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ApprovedAlertComponent matches snapshot 1`] = `
<div
  className="bid-tracker-alert-container bid-tracker-alert-container--approved"
>
  <div
    className="top-text"
  >
    You've been
     
    <strong>
      approved
    </strong>
     for this position!
  </div>
  <div
    className="sub-text"
  >
    This link will take you to PCS Travel
  </div>
</div>
`;