UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

10 lines (8 loc) 291 B
import React from 'react'; import render from '../../_utils/tests/render'; import Link from '../Link'; import 'jest-styled-components'; it('renders correctly for a basic link', () => { const { container } = render(<Link>test</Link>); expect(container.firstChild).toMatchSnapshot(); });