import React from 'react'; import { shallow } from 'enzyme'; import ListRow from '../index'; const renderComponent = () => shallow(); describe('', () => { it('should not crash', () => { renderComponent(); }); });