import React from 'react'; import { mount } from 'enzyme'; import Badge from '.'; describe('', () => { it('renders without error', () => { const wrapper = mount( ); expect(wrapper).toExist(); }); });