UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

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