UNPKG

react-evil-icons

Version:
10 lines (7 loc) 172 B
jest.dontMock('../index'); import Icon from '../'; describe('lib', () => { it('exposes the `Icon` component', () => { expect(Icon).toBeDefined(); }); });