UNPKG

fannypack

Version:

An accessible, composable, and friendly React UI Kit

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