it('should be show circle shape', () => {
        const light = shallow(<Light/>);

        const style = light.find('[data-test="light"]').props().style;
        const result = style.borderRadius;