GSA/code-gov-front-end

View on GitHub
src/components/filter-tag/__snapshots__/filter-tag.component.test.js.snap

Summary

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

exports[`components - FilterTag should render correctly 1`] = `
<button
  className="usa-button width-auto margin-top-3 margin-right-2 padding-1 bg-primary display-inline-block radius-md font-body-3xs padding-105 text-no-uppercase"
  onClick={[Function]}
>
  <i
    className="icon icon-close padding-right-05"
  />
  test-title
</button>
`;