GSA/code-gov-front-end

View on GitHub
src/components/custom-link/__snapshots__/custom-link.component.test.js.snap

Summary

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

exports[`components - CustomLink should render correctly 1`] = `
<Link
  className="test-class"
  onClick={[Function]}
  replace={false}
  to="/test-to"
/>
`