MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`Avatar matches snapshot 1`] = `
<div
  aria-label="John Doe"
  className="tm-avatar  special-class"
  onClick={[Function]}
  role="img"
  style={Object {}}
>
  <span>
    JD
  </span>
</div>
`;