MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`PillComponent matches snapshot 1`] = `
<button
  className="pill"
  onClick={[Function]}
  title="Remove test filter"
>
  test
   
  <FontAwesome
    name="times"
  />
</button>
`;

exports[`PillComponent matches snapshot with options 1`] = `
<button
  className="pill pill--projected-vacancy"
  onClick={[Function]}
  title="Remove test filter"
>
  test
   
  <FontAwesome
    name="times"
  />
</button>
`;