UNPKG

metadata-based-explorer1

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