describe('bullet', () => {
        const bullet = _switch.props.children[0]

        it('should have type "div"', () => {
          equal(bullet.type, 'div')