UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

13 lines (9 loc) 246 B
import React from 'react'; import { shallow } from 'enzyme'; import ListRow from '../index'; const renderComponent = () => shallow(<ListRow />); describe('<ListRow />', () => { it('should not crash', () => { renderComponent(); }); });