import test from 'ava'; import React from 'react'; import { shallow } from 'enzyme'; import { Col, Row } from '../components/layout/index'; test('should render Col', (t) => { const col = shallow(