import React from 'react';
import { shallow } from 'enzyme';
import Badgeable from '../Badgeable';
describe('components/badgeable/Badgeable', () => {
test('should correctly render children in a badgeable wrapper without badges', () => {
const children = 'some text to render';
const wrapper = shallow(
bottom right
} className="custom-class" topLeft={top left
} topRight={top right
} >