UNPKG

metadata-based-explorer1

Version:
14 lines (9 loc) 405 B
import React from 'react'; import IconCollectionsStarFilled from '../IconCollectionsStarFilled'; describe('icons/collections/IconCollectionsStarFilled', () => { const getWrapper = (props = {}) => shallow(<IconCollectionsStarFilled {...props} />); test('should correctly render default icon', () => { const wrapper = getWrapper(); expect(wrapper).toMatchSnapshot(); }); });