GSA/code-gov-front-end

View on GitHub
src/components/card-part/__snapshots__/card-part.component.test.js.snap

Summary

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

exports[`components - CardPart should render correctly 1`] = `
<Fragment>
  <li>
    <span
      className="text-bold"
    >
      test-title
      : 
    </span>
    test-text
  </li>
</Fragment>
`;