MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ClosedAlertComponent matches snapshot 1`] = `
<div
  className="bid-tracker-alert-container bid-tracker-alert-container--closed"
>
  <div
    className="top-text"
  >
    The position 
    title
     is no longer available.
  </div>
  <div
    className="date-text"
  >
    6.11.17
  </div>
</div>
`;