UNPKG

metadata-based-explorer1

Version:
12 lines (8 loc) 294 B
import React from 'react'; import IconAlert from '../IconAlert'; describe('icons/general/IconAlert', () => { test('should correctly render default alert icon', () => { const wrapper = shallow(<IconAlert />); expect(wrapper.hasClass('icon-alert')).toBe(true); }); });