UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

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