MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/Header/GlossaryIcon/Icon/__snapshots__/Icon.test.jsx.snap

Summary

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

exports[`IconComponent matches snapshot 1`] = `
<InteractiveElement
  className="icon-alert-container glossary-icon"
  id="glossary-open-icon"
  onClick={[Function]}
  title="View the glossary"
  type="div"
>
  <span>
    Glossary
  </span>
</InteractiveElement>
`;