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