it('mouse cursor should be change to hand when hover', () => {
        const light = shallow(<Light/>);

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