UNPKG

@swrve/core

Version:

Core set of Swrve UI Components

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