MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`RibbonComponent matches snapshot 1`] = `
<div
  className="ribbon-outer-container-cut-left   "
>
  <div
    className="ribbon ribbon-primary ribbon-cut-left"
  >
    <FontAwesome
      name=""
    />
    <span
      className="text"
    />
  </div>
</div>
`;