MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ExportButton matches snapshot 1`] = `
<button
  className="usa-button-secondary "
  onClick={[Function]}
>
  <span>
    Export
  </span>
</button>
`;

exports[`ExportButton matches snapshot when isLoading === true 1`] = `
<button
  className="usa-button-secondary "
  onClick={[Function]}
>
  <span>
    Export
  </span>
</button>
`;