UNPKG

@swrve/core

Version:

Core set of Swrve UI Components

11 lines (9 loc) 255 B
import React from 'react' import Input from '../input' import { render } from '@testing-library/react' describe('<Input/>', () => { it('should render', () => { const { container } = render(<Input />) expect(container).toMatchSnapshot() }) })