UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

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