MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`SearchResultsExportLink matches snapshot 1`] = `
<div
  className="export-button-container"
>
  <ExportButton
    className=""
    disabled={true}
    isLoading={false}
    onClick={[Function]}
    primaryClass="usa-button-secondary"
    text="Export"
  />
</div>
`;