it('should be rendered without crash', () => {
        expect(() => {
            shallow(<Light/>);
        }).not.toThrow();
    });