MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`HandshakeDeclinedAlertComponent matches snapshot 1`] = `
<div
  className="bid-tracker-alert-container bid-tracker-alert-container--handshake-declined"
>
  <div
    className="top-text"
  >
    <span>
      test user, you've declined test bureau's handshake
    </span>
  </div>
</div>
`;