MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`FavoriteButton matches snapshot 1`] = `
<div
  style={
    Object {
      "cursor": "pointer",
      "pointerEvents": "inherit",
    }
  }
>
  <button
    className=""
    disabled={false}
    onClick={[Function]}
  >
    Add to Favorites
  </button>
</div>
`;